From 3339e818736be73350fdc7202ed9a76453698e31 Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Mon, 27 Jan 2025 21:27:32 +0530 Subject: [PATCH 1/2] Update index.md uncommented a line to avoid lag --- .../postfix/email-with-postfix-dovecot-and-mysql/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a17332758bb15fe1004763930cc4133a17a2c370 Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Mon, 27 Jan 2025 21:30:44 +0530 Subject: [PATCH 2/2] Update 1238-dovecot_10-auth.conf.txt --- docs/assets/1238-dovecot_10-auth.conf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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