turn.on.debug.mode.in.dovecot.md created online with Bitbucket

This commit is contained in:
Michael Chong 2014-09-16 10:32:47 +00:00
parent f0f1454eb2
commit 2af2f26adb
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Turn.On.Debug.Mode.In.Dovecot>
#Turn on debug mode in Dovecot
In __/etc/dovecot.conf__ or __/etc/dovecot/dovecot.conf__, change __mail\_debug__ to __yes__, then restart dovecot service.
<pre>
mail_debug = yes
</pre>
If you need authentication and password related debug message, turn on related settings and restart dovecot service.
<pre>
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth_verbose_passwords = yes
</pre>