diff --git a/en_US/troubleshooting/debug.dovecot.md b/en_US/troubleshooting/debug.dovecot.md index 374ff588..cf4213c6 100644 --- a/en_US/troubleshooting/debug.dovecot.md +++ b/en_US/troubleshooting/debug.dovecot.md @@ -19,7 +19,9 @@ settings and restart dovecot service. auth_verbose = yes auth_debug = yes auth_debug_passwords = yes -auth_verbose_passwords = yes + +# Set to 'yes' or 'plain', to output plaintext password (NOT RECOMMENDED). +auth_verbose_passwords = plain ``` If Dovecot service cannot start, please run it manually, it will print the diff --git a/html/debug.dovecot.html b/html/debug.dovecot.html index 36feb45e..aa086f6b 100644 --- a/html/debug.dovecot.html +++ b/html/debug.dovecot.html @@ -35,7 +35,9 @@ settings and restart dovecot service.

auth_verbose = yes
 auth_debug = yes
 auth_debug_passwords = yes
-auth_verbose_passwords = yes
+
+# Set to 'yes' or 'plain', to output plaintext password (NOT RECOMMENDED).
+auth_verbose_passwords = plain
 

If Dovecot service cannot start, please run it manually, it will print the