We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just wanted to give you a heads up that emailing something that is hosted at office365 will fail with:
454 4.7.0 Failed to establish appropriate TLS channel: Access Denied (in reply to RCPT TO command))
I was able to fix this by adding the following to main.cf:
smtp_tls_security_level = may
The text was updated successfully, but these errors were encountered:
This appears to work as well:
smtp_tls_security_level = encrypt
Sorry, something went wrong.
No branches or pull requests
Just wanted to give you a heads up that emailing something that is hosted at office365 will fail with:
454 4.7.0 Failed to establish appropriate TLS channel: Access Denied (in reply to RCPT TO command))
I was able to fix this by adding the following to main.cf:
smtp_tls_security_level = may
The text was updated successfully, but these errors were encountered: