Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:internet_email_server_setup [2019/01/03 09:58] – bob | technical:internet_email_server_setup [2019/11/15 10:27] (current) – [DANE] bob | ||
---|---|---|---|
Line 31: | Line 31: | ||
/ | / | ||
+ | |||
+ | In PostFix be sure to set these in main.cf: | ||
+ | |||
+ | < | ||
+ | # From http:// | ||
+ | smtp_tls_loglevel = 1 | ||
+ | smtp_tls_session_cache_database = btree: | ||
+ | smtp_tls_security_level = may | ||
+ | smtp_tls_cert_file = | ||
+ | smtp_tls_key_file = | ||
+ | smtp_tls_CAfile = | ||
+ | smtp_tls_mandatory_protocols=!SSLv2, | ||
+ | |||
+ | smtpd_tls_loglevel = 1 | ||
+ | smtpd_tls_received_header = yes | ||
+ | smtpd_tls_security_level = may | ||
+ | smtpd_tls_cert_file = | ||
+ | smtpd_tls_key_file = | ||
+ | smtpd_tls_CAfile = | ||
+ | smtpd_tls_mandatory_protocols=!SSLv2, | ||
+ | smtpd_tls_exclude_ciphers = MD5,DES,RC4 | ||
+ | </ | ||
+ | |||
+ | SMTP TLS checker tools | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
===== SPF ===== | ===== SPF ===== | ||
Line 82: | Line 109: | ||
https:// | https:// | ||
+ | https:// |