Browse Source

[Postfix] Disable auth on port 25

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

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

@@ -1,6 +1,7 @@
 smtp       inet  n       -       n       -       1       postscreen
 smtpd      pass  -       -       n       -       -       smtpd
   -o smtpd_helo_restrictions=permit_mynetworks,reject_non_fqdn_helo_hostname
+  -o smtpd_sasl_auth_enable=no
 smtps    inet  n       -       n       -       -       smtpd
   -o smtpd_tls_wrappermode=yes
   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject