_setup_postfix_mailbox_domains
This commit is contained in:
parent
2ee15988c2
commit
9f8192d2e4
|
@ -87,7 +87,7 @@ function register_functions() {
|
||||||
_register_setup_function "_setup_security_stack"
|
_register_setup_function "_setup_security_stack"
|
||||||
_register_setup_function "_setup_postfix_aliases"
|
_register_setup_function "_setup_postfix_aliases"
|
||||||
_register_setup_function "_setup_postfix_vhost"
|
_register_setup_function "_setup_postfix_vhost"
|
||||||
_register_setup_function "_setup_postfix_mydestination"
|
_register_setup_function "_setup_postfix_mailbox_domains"
|
||||||
|
|
||||||
if [ ! -z "$AWS_SES_HOST" -a ! -z "$AWS_SES_USERPASS" ]; then
|
if [ ! -z "$AWS_SES_HOST" -a ! -z "$AWS_SES_USERPASS" ]; then
|
||||||
_register_setup_function "_setup_postfix_relay_amazon_ses"
|
_register_setup_function "_setup_postfix_relay_amazon_ses"
|
||||||
|
@ -536,7 +536,7 @@ function _setup_postfix_aliases() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function _setup_postfix_mydestination(){
|
function _setup_postfix_mailbox_domains(){
|
||||||
notify 'task' "Setting up Postfix vhost"
|
notify 'task' "Setting up Postfix vhost"
|
||||||
|
|
||||||
IFS=', ' eval 'vhosts=($POSTFIX_MAILBOXDOMAINS)'
|
IFS=', ' eval 'vhosts=($POSTFIX_MAILBOXDOMAINS)'
|
||||||
|
|
Loading…
Reference in New Issue