Created
July 27, 2011 16:37
-
-
Save ehabkost/1109769 to your computer and use it in GitHub Desktop.
My postfix auth config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| relayhost = [smtp.gmail.com]:587 | |
| smtp_tls_policy_maps = hash:/etc/postfix/tls_policy | |
| smtp_tls_CAfile = /etc/pki/tls/cert.pem | |
| sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relayhost | |
| smtp_sasl_auth_enable = yes | |
| smtp_sasl_password_maps = hash:/etc/postfix/smtp_pass | |
| smtp_sasl_security_options = | |
| smtp_defer_if_no_mx_address_found = yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smtp.gmail.com [email protected]:MYPASSWORD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [smtp.gmail.com]:587 verify protocols=TLSv1 ciphers=high |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment