03 Feb 2019
internet.nl has a nice & tidy check for IPv6, TLS, HTTPS, DNSSEC, DANE (DNS-based Authentication of Named Entities), DMARC (Domain-based Message Authentication, Reporting & Conformance), DKIM (DomainKeys Identified Mail), SPF (Sender Policy Framework) on web and mail servers.
See the results for pmeerw.net: web and email.
posted at: 23:44 | path: /configuration | permanent link
a2enmod headers
, and add Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
; yeah, finally A+ on SSL Labs!
RewriteEngine on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=permanent,L]
SetEnv no-gzip 1
dig
and see if the ad
flag is present), then set the following in /etc/postfix/main.cf
smtp_dns_support_level=dnssec smtp_host_lookup=dns smtp_tls_security_level=dane smtp_tls_loglevel=1
/etc/postfix/main.cf
:
smtp_tls_ciphers = high smtpd_tls_ciphers = high smtp_tls_mandatory_ciphers = high smtpd_tls_mandatory_ciphers = high smtpd_tls_exclude_ciphers = aNULL smtp_tls_exclude_ciphers = aNULL
posted at: 23:33 | path: /configuration | permanent link