diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index ce44f943..a9e335a9 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -94,6 +94,8 @@ tools/editconf.py /etc/postfix/main.cf \ smtpd_tls_cert_file=$STORAGE_ROOT/ssl/ssl_certificate.pem \ smtpd_tls_key_file=$STORAGE_ROOT/ssl/ssl_private_key.pem \ smtpd_tls_dh1024_param_file=$STORAGE_ROOT/ssl/dh2048.pem \ + smtpd_tls_ciphers=medium \ + smtpd_tls_exclude_ciphers=aNULL \ smtpd_tls_received_header=yes # Prevent non-authenticated users from sending mail that requires being