Explorar el Código

Disable mail submission on port 465

This patch finalizes the switch to port 587 for email submission that
was started with commit 166c57.
Mike Ashley hace 7 años
padre
commit
16dc7d3f51
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      roles/mailserver/files/etc_postfix_master.cf

+ 6
- 6
roles/mailserver/files/etc_postfix_master.cf Ver fichero

@@ -22,12 +22,12 @@ submission inet  n       -       -       -       -       smtpd
22 22
   -o smtpd_sasl_tls_security_options=noanonymous
23 23
 
24 24
 # SMTP over SSL/TLS on port 465.
25
-smtps     inet  n       -       -       -       -       smtpd
26
-  -o syslog_name=postfix/smtps
27
-  -o smtpd_tls_wrappermode=yes
28
-  -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
29
-  -o smtpd_sasl_security_options=noanonymous,noplaintext
30
-  -o smtpd_sasl_tls_security_options=noanonymous
25
+#smtps     inet  n       -       -       -       -       smtpd
26
+#  -o syslog_name=postfix/smtps
27
+#  -o smtpd_tls_wrappermode=yes
28
+#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
29
+#  -o smtpd_sasl_security_options=noanonymous,noplaintext
30
+#  -o smtpd_sasl_tls_security_options=noanonymous
31 31
 
32 32
 #628       inet  n       -       -       -       -       qmqpd
33 33
 pickup    fifo  n       -       -       60      1       pickup

Loading…
Cancelar
Guardar