From 2af2f26adb3ae8201a1e37a91c96d745ee291f53 Mon Sep 17 00:00:00 2001 From: Michael Chong Date: Tue, 16 Sep 2014 10:32:47 +0000 Subject: [PATCH] turn.on.debug.mode.in.dovecot.md created online with Bitbucket --- turn.on.debug.mode.in.dovecot.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 turn.on.debug.mode.in.dovecot.md diff --git a/turn.on.debug.mode.in.dovecot.md b/turn.on.debug.mode.in.dovecot.md new file mode 100644 index 00000000..a80cdc1a --- /dev/null +++ b/turn.on.debug.mode.in.dovecot.md @@ -0,0 +1,15 @@ + +#Turn on debug mode in Dovecot +In __/etc/dovecot.conf__ or __/etc/dovecot/dovecot.conf__, change __mail\_debug__ to __yes__, then restart dovecot service. +
+mail_debug = yes
+
+ +If you need authentication and password related debug message, turn on related settings and restart dovecot service. +
+auth_verbose = yes
+auth_debug = yes
+auth_debug_passwords = yes
+auth_verbose_passwords = yes
+
+