alternc.install ne deployait pas le master.cf de postfix version alternc

This commit is contained in:
Axel ROGER 2013-01-22 09:06:13 +00:00
parent f0da4bc5fe
commit 90875a4cca
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if [ -e /etc/bind/named.conf ]; then
etc/bind/templates/named.template etc/bind/named.conf.options"
fi
if [ -d /etc/postfix ]; then
CONFIG_FILES="$CONFIG_FILES etc/postfix/myalias.cf etc/postfix/myrelay.cf
CONFIG_FILES="$CONFIG_FILES etc/postfix/master.cf etc/postfix/myalias.cf etc/postfix/myrelay.cf
etc/postfix/mydomain.cf etc/postfix/myrelay-domain.cf etc/postfix/mygid.cf etc/postfix/myquota.cf
etc/postfix/myvirtual.cf etc/postfix/mytransport.cf etc/postfix/sasl/smtpd.conf"
fi