• Joshua Tauberer's avatar
    drop legacy, export-grade, and anonymous ciphers from SMTP (port 25, opportunistic) · 7ca42489
    Joshua Tauberer authored
    Even though SMTP (on port 25) is typically opportunistic and a MitM attack can't be prevented, we may as well only offer ciphers that provide some level of security. If a client is so old or misconfigured that it doesn't support newer ciphers, it should hopefully fall back to a non-TLS connection.
    
    Postfix's default was basically anything goes (anonymous and 40-bit ciphers!). Google's MTA's only offer ciphers at 112 bits at greater, and this change approximates that with Postfix's "medium" setting.
    
    Fixes #371
    7ca42489
mail-postfix.sh 8.93 KB