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