ソースを参照

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年前
コミット
16dc7d3f51
1個のファイルの変更6行の追加6行の削除
  1. 6
    6
      roles/mailserver/files/etc_postfix_master.cf

+ 6
- 6
roles/mailserver/files/etc_postfix_master.cf ファイルの表示

@@ -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

読み込み中…
キャンセル
保存