mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 07:35:07 +02:00
fix: setup email list
should only work with ACCOUNT_PROVISIONER=FILE
This commit is contained in:
parent
b653d9a586
commit
54bb7d36ec
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ source /usr/local/bin/helpers/index.sh
|
|||
source /etc/dms-settings 2>/dev/null
|
||||
|
||||
function _main() {
|
||||
if [[ ${ACCOUNT_PROVISIONER} != 'FILE' ]]; then
|
||||
_exit_with_error "This command is only compatible with 'ACCOUNT_PROVISIONER=FILE'"
|
||||
fi
|
||||
|
||||
local DATABASE_ACCOUNTS='/tmp/docker-mailserver/postfix-accounts.cf'
|
||||
local DATABASE_VIRTUAL='/tmp/docker-mailserver/postfix-virtual.cf'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue