mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 03:34:38 +02:00
scripts: improve panic helpers (#3155)
This commit is contained in:
parent
b5fc40eb7a
commit
dab70709d9
11 changed files with 53 additions and 34 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'
|
||||
_dms_panic__misconfigured 'postfix-accounts.cf' 'alias configuration' 'immediate'
|
||||
fi
|
||||
|
||||
# test if user has a defined quota
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue