diff --git a/docs/assets/1238-dovecot_10-auth.conf.txt b/docs/assets/1238-dovecot_10-auth.conf.txt index fc4d23f82f9..7eb6ac624e5 100644 --- a/docs/assets/1238-dovecot_10-auth.conf.txt +++ b/docs/assets/1238-dovecot_10-auth.conf.txt @@ -118,10 +118,10 @@ auth_mechanisms = plain login #!include auth-deny.conf.ext #!include auth-master.conf.ext -!include auth-system.conf.ext +#!include auth-system.conf.ext !include auth-sql.conf.ext #!include auth-ldap.conf.ext #!include auth-passwdfile.conf.ext #!include auth-checkpassword.conf.ext #!include auth-vpopmail.conf.ext -#!include auth-static.conf.ext \ No newline at end of file +#!include auth-static.conf.ext diff --git a/docs/guides/email/postfix/email-with-postfix-dovecot-and-mysql/index.md b/docs/guides/email/postfix/email-with-postfix-dovecot-and-mysql/index.md index 9ff755ef4b3..d8b669765ca 100644 --- a/docs/guides/email/postfix/email-with-postfix-dovecot-and-mysql/index.md +++ b/docs/guides/email/postfix/email-with-postfix-dovecot-and-mysql/index.md @@ -575,7 +575,7 @@ disable_plaintext_auth = yes ... auth_mechanisms = plain login ... -!include auth-system.conf.ext +#!include auth-system.conf.ext ... !include auth-sql.conf.ext ... @@ -870,4 +870,4 @@ spamassassin unix - n n - - pipe 1. Restart the Postfix email server to get your new anti-spam settings in place: - sudo systemctl restart postfix \ No newline at end of file + sudo systemctl restart postfix