mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 17:58:58 +02:00
scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
This commit is contained in:
parent
a735dddc52
commit
ea07bcdb4c
9 changed files with 19 additions and 28 deletions
|
@ -144,7 +144,7 @@ function _create_dovecot_alias_dummy_accounts
|
|||
|
||||
if [[ -z ${REAL_ACC[1]} ]]
|
||||
then
|
||||
_dms_panic__misconfigured 'postfix-accounts.cf' 'alias configuration' 'immediate'
|
||||
_dms_panic__misconfigured 'postfix-accounts.cf' 'alias configuration'
|
||||
fi
|
||||
|
||||
# test if user has a defined quota
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue