Hi everyone!
I got this exact error in alpine 2.20 (250 Resetting), trying to connect to office 365, here, where I work.
I've busted this error in alpine 2.20, doing the debug procedure:
a) Start alpine
b) Setup > Config > SMTP Server
smtp-mail.outlook.com:587/tls/novalidate-cert/user=myu...@company.com
c) In sending preferences, enable "Enable verbose SMTP Posting"
d) then, trying to send an email. Got "250 Reseting".
e) Return to main screen, press J (debug). Then 9 (debug level), then T (time toggle info).
There, I found this:
smtp-mail.outlook.com:587/tls/novalidate-cert/user=us...@company.com
16:46:45.157789: IMAP DEBUG 16:46:45 4/16: MAIL FROM:<user@mylaptop>
16:46:45.526511: IMAP DEBUG 16:46:45 4/16: 250 2.1.0 Sender OK
16:46:45.526544: IMAP DEBUG 16:46:45 4/16: RCPT TO:<
test...@gmail.com>
16:46:45.890959: IMAP DEBUG 16:46:45 4/16: 250 2.1.5 Recipient OK
16:46:45.890988: IMAP DEBUG 16:46:45 4/16: DATA
[more lines]
and the error:
16:46:46.251866: IMAP DEBUG 16:46:46 4/16: .
16:46:52.049787: IMAP DEBUG 16:46:52 4/16: 550 5.7.60 SMTP; Client does not have permissions to send as this sender
[SC1PR80MB0671.lamprd
16:46:52.049792: >
80.prod.outlook.com]
16:46:52.049805: IMAP DEBUG 16:46:52 4/16: RSET
16:46:52.414803: IMAP DEBUG 16:46:52 4/16: 250 2.0.0 Resetting
16:46:52.414819: Mail not sent. Sending error: 250 2.0.0 Resetting
I found the error "250 Resetting" is just an indication of the connection to email server was dropped (resetted), because the user "< dwonga@dwonga-MacBookProWrk>", is, actually, not allowed as sender in this server.
The solution was changing the email of the sender, doing this:
- Going into Setup, Configuration, "Customized headers" and set it to "From: User <email@company>" (the exact data used as outlook email for logging).
- In "sending preferences", check the option "Enable 8bit ESMTP Negotiation" is enabled, and "Use Sender Instead of X-X-Sender" is disabled (the last one gave errors, due to the way it uses to validate, disable it.
I hope it serves you.
David.