postfix: remove deprecated smtpd_tls_eecdh_grade

Causes a warning that suggests to just leave it at its default.
This commit is contained in:
Martin Weinelt 2024-06-03 12:34:43 +02:00
parent 46a0829aa8
commit ed80b589d3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -274,9 +274,6 @@ in
# Submission by mail clients is handled in submissionOptions
smtpd_tls_security_level = "may";
# strong might suffice and is computationally less expensive
smtpd_tls_eecdh_grade = "ultra";
# Disable obselete protocols
smtpd_tls_protocols = "TLSv1.3, TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3";
smtp_tls_protocols = "TLSv1.3, TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3";