Browse Source

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 7 years ago
parent
commit
16dc7d3f51
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      roles/mailserver/files/etc_postfix_master.cf

+ 6
- 6
roles/mailserver/files/etc_postfix_master.cf View File

22
   -o smtpd_sasl_tls_security_options=noanonymous
22
   -o smtpd_sasl_tls_security_options=noanonymous
23
 
23
 
24
 # SMTP over SSL/TLS on port 465.
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
 #628       inet  n       -       -       -       -       qmqpd
32
 #628       inet  n       -       -       -       -       qmqpd
33
 pickup    fifo  n       -       -       60      1       pickup
33
 pickup    fifo  n       -       -       60      1       pickup

Loading…
Cancel
Save