File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
guides/email/postfix/email-with-postfix-dovecot-and-mysql Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ auth_mechanisms = plain login
118118#!include auth-deny.conf.ext
119119#!include auth-master.conf.ext
120120
121- !include auth-system.conf.ext
121+ # !include auth-system.conf.ext
122122!include auth-sql.conf.ext
123123#!include auth-ldap.conf.ext
124124#!include auth-passwdfile.conf.ext
125125#!include auth-checkpassword.conf.ext
126126#!include auth-vpopmail.conf.ext
127- #!include auth-static.conf.ext
127+ #!include auth-static.conf.ext
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ disable_plaintext_auth = yes
575575...
576576auth_mechanisms = plain login
577577...
578- !include auth-system.conf.ext
578+ # !include auth-system.conf.ext
579579...
580580!include auth-sql.conf.ext
581581...
@@ -870,4 +870,4 @@ spamassassin unix - n n - - pipe
870870
8718711 . Restart the Postfix email server to get your new anti-spam settings in place:
872872
873- sudo systemctl restart postfix
873+ sudo systemctl restart postfix
You can’t perform that action at this time.
0 commit comments