Browse Source

Merge pull request #377 from Yannik/patch-1

remove duplicate options which are already specified in main.cf
Alex Payne 9 years ago
parent
commit
8450e059e1
1 changed files with 1 additions and 12 deletions
  1. 1
    12
      roles/mailserver/files/etc_postfix_master.cf

+ 1
- 12
roles/mailserver/files/etc_postfix_master.cf View File

@@ -16,29 +16,18 @@ tlsproxy   unix  -       -       -       -       0       tlsproxy
16 16
 #submission inet  n       -       -       -       -       smtpd
17 17
 #  -o syslog_name=postfix/submission
18 18
 #  -o smtpd_tls_security_level=encrypt
19
-#   -o smtpd_sasl_auth_enable=yes
20
-#   -o smtpd_enforce_tls=yes
21 19
 #  -o smtpd_etrn_restrictions=reject
22
-#   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
23
-#  -o milter_macro_daemon_name=ORIGINATING
24
-#smtps     inet  n       -       -       -       -       smtpd
25
-#  -o syslog_name=postfix/smtps
26
-#  -o smtpd_tls_wrappermode=yes
27
-#  -o smtpd_sasl_auth_enable=yes
28 20
 #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
29 21
 #  -o milter_macro_daemon_name=ORIGINATING
30 22
 
31
-# SMTP over SSL on port 465.
23
+# SMTP over SSL/TLS on port 465.
32 24
 smtps     inet  n       -       -       -       -       smtpd
33 25
   -o syslog_name=postfix/smtps
34 26
   -o smtpd_tls_wrappermode=yes
35
-  -o smtpd_sasl_auth_enable=yes
36
-  -o smtpd_tls_auth_only=yes
37 27
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
38 28
   -o smtpd_sasl_security_options=noanonymous,noplaintext
39 29
   -o smtpd_sasl_tls_security_options=noanonymous
40 30
 
41
-
42 31
 #628       inet  n       -       -       -       -       qmqpd
43 32
 pickup    fifo  n       -       -       60      1       pickup
44 33
 cleanup   unix  n       -       -       -       0       cleanup

Loading…
Cancel
Save