-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAIL FROM AUTH=<> returns 501 Parameter AUTH is not recognised #565
Comments
Hi. Thanks for reporting this.
Can you clarify which platform and version of Outlook this behaviour shows up with (or is this from web based outlook.com?). Also what settings do you have for the outgoing mail server authentication.
Thanks
Rob
…________________________________
From: ddaymn <notifications@github.com>
Sent: Thursday, November 19, 2020 7:54:53 PM
To: rnwood/smtp4dev <smtp4dev@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [rnwood/smtp4dev] 501 Parameter AUTH is not recognised (#565)
When sending mails using outlook they are rejected
250-AUTH=CRAM-MD5 PLAIN LOGIN ANONYMOUS
250 AUTH CRAM-MD5 PLAIN LOGIN ANONYMOUS
MAIL FROM:outlook_28E0EB1540D65AC3@outlook.com<mailto:outlook_28E0EB1540D65AC3@outlook.com> SIZE=13343 AUTH=<>
501 Parameter AUTH is not recognised
QUIT
221 Goodbye
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#565>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAKEGFYOSOQY4Y7KPWTWWCTSQVZY3ANCNFSM4T33HWXA>.
|
It is outlook.com in general. My thought is that it is the empty AUTH<> I see other messages that work but there are values in between the <>. That value above was from the session log in smtp4dev. I do not have SMTP relay enabled. |
I've had a look at web based Outlook (there's several apps branded as this by MS). Can you confirm you are referring to the app at https://outlook.live.com/ (not the O365 one at outlook.office.com) |
I'm happy to work to troubleshoot this - I'm noticing, this seems to occur when we're using Exchange Online mail routing rules to Redirect a message to this server - sending email directly from the same Office/MS 365 Tenant works fine. Noting in this case - running on Port 25. default settings, and no MX records; mail was sent to an address like |
Here's the session log from the session in question!
|
When sending mails using outlook they are rejected
250-AUTH=CRAM-MD5 PLAIN LOGIN ANONYMOUS
250 AUTH CRAM-MD5 PLAIN LOGIN ANONYMOUS
MAIL FROM:outlook_28E0EB1540D65AC3@outlook.com SIZE=13343 AUTH=<>
501 Parameter AUTH is not recognised
QUIT
221 Goodbye
The text was updated successfully, but these errors were encountered: