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/11/15 09:18] – [TLS Certificate] bob | technical:internet_email_server_setup [2019/11/15 10:27] (current) – [DANE] bob | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| smtp_tls_CAfile = | smtp_tls_CAfile = | ||
| smtp_tls_mandatory_protocols=!SSLv2, | smtp_tls_mandatory_protocols=!SSLv2, | ||
| - | smtp_tls_exclude_ciphers = MD5 | ||
| smtpd_tls_loglevel = 1 | smtpd_tls_loglevel = 1 | ||
| Line 52: | Line 51: | ||
| smtpd_tls_CAfile = | smtpd_tls_CAfile = | ||
| smtpd_tls_mandatory_protocols=!SSLv2, | smtpd_tls_mandatory_protocols=!SSLv2, | ||
| - | smtpd_tls_exclude_ciphers = MD5</ | + | smtpd_tls_exclude_ciphers = MD5,DES,RC4 |
| + | </ | ||
| + | |||
| + | SMTP TLS checker tools | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| - | SSL Tools has a great utility for [[https:// | ||
| ===== SPF ===== | ===== SPF ===== | ||
| Line 106: | Line 109: | ||
| https:// | https:// | ||
| + | https:// | ||