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
I have setup my postfix install with this flag set encrypt, yet receiving host seen this message as not encrypted.
I have noticed it was not added to config due to missing: postfix_relaytls (which I don't have setup).
Adding smtp_tls_security_level = encrypt manually & restarting service (without postfix_relaytls) fixed it.
Is it actually relay specific setting?
The text was updated successfully, but these errors were encountered:
See #117
Sorry, something went wrong.
I don't think that is true...
- role: oefenweb.postfix postfix_raw_options: - 'smtp_tls_security_level = encrypt' become: true
Following setup works correctly with gmail (when not using relay).
And if I skip postfix_raw_options - it will fallback to unencrypted emails.
It seems to be introduced in #9
No branches or pull requests
I have setup my postfix install with this flag set encrypt, yet receiving host seen this message as not encrypted.
I have noticed it was not added to config due to missing: postfix_relaytls (which I don't have setup).
Adding smtp_tls_security_level = encrypt manually & restarting service (without postfix_relaytls) fixed it.
Is it actually relay specific setting?
The text was updated successfully, but these errors were encountered: