Fix default postfixadmin password rules
This commit is contained in:
parent
a5e756c280
commit
dd44c7ba8c
2 changed files with 12 additions and 6 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue