IRedMail/FAQ/Turn.On.Debug.Mode.In.Dovecot
From iRedMail
(Difference between revisions)
(Created page with 'In '''/etc/dovecot.conf''' or '''/etc/dovecot/dovecot.conf''', change '''mail_debug''' to '''yes''', then restart dovecot service. {{cfg|dovecot.conf|<pre> mail_debug = yes </pre…') |
|||
| Line 4: | Line 4: | ||
</pre>}} | </pre>}} | ||
| - | If you need authentication and password related debug message, turn on related settings | + | If you need authentication and password related debug message, turn on related settings and restart dovecot service. |
{{cfg|dovecot.conf|<pre> | {{cfg|dovecot.conf|<pre> | ||
auth_verbose = yes | auth_verbose = yes | ||
| Line 11: | Line 11: | ||
auth_verbose_passwords = yes | auth_verbose_passwords = yes | ||
</pre>}} | </pre>}} | ||
| + | |||
| + | |||
| + | [[Category: iRedMail/FAQ]] | ||
| + | [[Category: FAQ]] | ||
Current revision as of 03:56, 24 July 2011
In /etc/dovecot.conf or /etc/dovecot/dovecot.conf, change mail_debug to yes, then restart dovecot service.
| File: dovecot.conf |
mail_debug = yes |
If you need authentication and password related debug message, turn on related settings and restart dovecot service.
| File: dovecot.conf |
auth_verbose = yes auth_debug = yes auth_debug_passwords = yes auth_verbose_passwords = yes |
