Fix default postfixadmin password rules

This commit is contained in:
Julian Rother 2025-01-29 17:07:11 +01:00
parent a5e756c280
commit dd44c7ba8c
Signed by: julian
GPG key ID: C19B924C0CD13341
2 changed files with 12 additions and 6 deletions

View file

@ -130,11 +130,6 @@ protocol lda {
mail_plugins = $mail_plugins sieve
}
# Debugging
auth_verbose = yes
auth_debug = yes
mail_debug = yes
# Quota
plugin {
# Use postfixadmins quota2 table, so used_quota works
@ -157,3 +152,10 @@ dict {
# proxy::pgsql
pgsql = pgsql:/etc/dovecot/dovecot-dict-sql.conf
}
{% if mailserver.dovecot.debug %}
# Debugging
auth_verbose = yes
auth_debug = yes
mail_debug = yes
{% endif %}