Question
How to enable Dovecot debug logging?
Answer
- Log into the server via SSH
- Uncomment and configure the parameters in
as below:
/etc/dovecot/dovecot.confauth_verbose = yes
auth_verbose_passwords = no
auth_debug = yes
auth_debug_passwords = yes
mail_debug = yes
verbose_ssl = yes - Restart Dovecot service:
# service dovecot restart
Note: to disable the debug logging, revert the changes: comment out the configuration parameters and restart Dovecot.