add global debug flag and instrument dovecot with it

This commit is contained in:
holger krekel
2023-10-16 22:29:40 +02:00
parent 179c79a052
commit e176595f1f
2 changed files with 9 additions and 3 deletions

View File

@@ -4,13 +4,17 @@ protocols = imap lmtp
auth_mechanisms = plain
{% if debug == true %}
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth_verbose_passwords = plain
auth_cache_size = 100M
mail_plugins = quota
mail_debug = yes
{% endif %}
mail_plugins = quota
# Authentication for system users.
passdb {