From 5d839dbb93aca9e2eb5679ebc0e93aeb491ca6ad Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sat, 29 Mar 2025 17:27:56 +0100 Subject: [PATCH] update comment --- setup/mail-postfix.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 7014f2e9..579263aa 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -132,8 +132,7 @@ sed -i "s/PUBLIC_IP/$PUBLIC_IP/" /etc/postfix/outgoing_mail_header_filters # For port 25 only: # * Disable extremely old versions of TLS and extremely unsafe ciphers, but some mail servers out in # the world are very far behind and if we disable too much, they may not be able to use TLS and -# won't fall back to cleartext. So we don't disable too much. smtpd_tls_exclude_ciphers applies to -# both port 25 and port 587, but because we override the cipher list for both, it probably isn't used. +# won't fall back to cleartext. So we don't disable too much. # Use Mozilla's "Old" recommendations at https://ssl-config.mozilla.org/#server=postfix&version=3.6.4&config=old&openssl=3.0.2&guideline=5.7 tools/editconf.py /etc/postfix/main.cf \ smtpd_tls_security_level=may\