iredmail-doc/9-troubleshooting/turn.on.debug.mode.in.dovec...

22 lines
496 B
Markdown
Raw Normal View History

# Turn on debug mode in Dovecot
To turn on debug mode in Dovecot, please update Dovecot config file
`/etc/dovecot/dovecot.conf` (Linux/OpenBSD) or
`/usr/local/etc/dovecot/dovecot.conf` (FreeBSD), set `mail_debug` to `yes`:
2014-09-20 05:55:33 -05:00
```
mail_debug = yes
2014-09-20 05:55:33 -05:00
```
Restart Dovecot service.
If you need authentication and password related debug message, turn on related
settings and restart dovecot service.
2014-09-20 05:55:33 -05:00
```
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth_verbose_passwords = yes
2014-09-20 05:55:33 -05:00
```