Browse Source

[Postfix] Add tls_preempt_cipherlist to SMTPS

andryyy 6 years ago
parent
commit
bf71f9b600
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/conf/postfix/master.cf

+ 1 - 0
data/conf/postfix/master.cf

@@ -4,6 +4,7 @@ smtpd      pass  -       -       n       -       -       smtpd
 smtps    inet  n       -       n       -       -       smtpd
 smtps    inet  n       -       n       -       -       smtpd
   -o smtpd_tls_wrappermode=yes
   -o smtpd_tls_wrappermode=yes
   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
+  -o tls_preempt_cipherlist=yes
 submission inet n       -       n       -       -       smtpd
 submission inet n       -       n       -       -       smtpd
   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
   -o smtpd_enforce_tls=yes
   -o smtpd_enforce_tls=yes