From 90875a4ccafe3813511f01bbe90046a88d180461 Mon Sep 17 00:00:00 2001 From: Axel ROGER Date: Tue, 22 Jan 2013 09:06:13 +0000 Subject: [PATCH] alternc.install ne deployait pas le master.cf de postfix version alternc --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index 0f7be03a..cf8e3ee6 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -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