Skip to content

Commit 56ce7d9

Browse files
authored
[Update ]Configure an Email Server with Postfix, Dovecot, and MySQL on Debian and Ubuntu (#7175)
* Update index.md uncommented a line to avoid lag * Update 1238-dovecot_10-auth.conf.txt
1 parent c981d9a commit 56ce7d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/assets/1238-dovecot_10-auth.conf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/guides/email/postfix/email-with-postfix-dovecot-and-mysql/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ disable_plaintext_auth = yes
575575
...
576576
auth_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

871871
1. 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

0 commit comments

Comments
 (0)