From b62242e60fe6a8043f3262c6f1c30ce1f1f0ced0 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Mon, 8 Oct 2012 16:22:27 +0000 Subject: [PATCH] adding new configuration file in alternc.install for mailman integration. --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index de4472e5..1f3c2063 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -73,7 +73,7 @@ fi if [ -d /etc/postfix ]; then CONFIG_FILES="$CONFIG_FILES etc/postfix/myalias.cf etc/postfix/myrelay.cf etc/postfix/mydomain.cf etc/postfix/mygid.cf etc/postfix/myquota.cf - etc/postfix/myvirtual.cf etc/postfix/sasl/smtpd.conf" + etc/postfix/myvirtual.cf etc/postfix/mytransport.cf etc/postfix/sasl/smtpd.conf" fi if [ -e /etc/proftpd/proftpd.conf ]; then CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf"