Templating postfix/postconf OK

This commit is contained in:
Alan Garcia 2013-02-18 18:20:12 +00:00
parent 5134362254
commit f23cd145d9
5 changed files with 5 additions and 3 deletions

4
.gitattributes vendored
View File

@ -459,6 +459,8 @@ etc/alternc/phpmyadmin.inc.php -text
etc/alternc/templates/alternc/apache2.conf -text etc/alternc/templates/alternc/apache2.conf -text
etc/alternc/templates/alternc/apache_logformat.conf -text etc/alternc/templates/alternc/apache_logformat.conf -text
etc/alternc/templates/alternc/bureau.conf -text etc/alternc/templates/alternc/bureau.conf -text
etc/alternc/templates/alternc/postfix/postfix-slave.cf -text
etc/alternc/templates/alternc/postfix/postfix.cf -text
etc/alternc/templates/apache2/panel.conf -text etc/alternc/templates/apache2/panel.conf -text
etc/alternc/templates/apache2/url.conf -text etc/alternc/templates/apache2/url.conf -text
etc/alternc/templates/apache2/vhost.conf -text etc/alternc/templates/apache2/vhost.conf -text
@ -484,8 +486,6 @@ etc/alternc/templates/postfix/myrelay-domain.cf -text
etc/alternc/templates/postfix/myrelay.cf -text etc/alternc/templates/postfix/myrelay.cf -text
etc/alternc/templates/postfix/mytransport.cf -text etc/alternc/templates/postfix/mytransport.cf -text
etc/alternc/templates/postfix/myvirtual.cf -text etc/alternc/templates/postfix/myvirtual.cf -text
etc/alternc/templates/postfix/postfix-slave.cf -text
etc/alternc/templates/postfix/postfix.cf -text
etc/alternc/templates/postfix/sasl/smtpd.conf -text etc/alternc/templates/postfix/sasl/smtpd.conf -text
etc/alternc/templates/proftpd/modules.conf -text etc/alternc/templates/proftpd/modules.conf -text
etc/alternc/templates/proftpd/proftpd.conf -text etc/alternc/templates/proftpd/proftpd.conf -text

1
debian/alternc.dirs vendored
View File

@ -1,6 +1,7 @@
etc/alternc etc/alternc
etc/alternc/apache-panel.d etc/alternc/apache-panel.d
etc/alternc/templates etc/alternc/templates
etc/alternc/postfix
etc/alternc/templates/apache2 etc/alternc/templates/apache2
etc/alternc/functions_hosting etc/alternc/functions_hosting
etc/bind etc/bind

View File

@ -73,7 +73,8 @@ fi
if [ -d /etc/postfix ]; then if [ -d /etc/postfix ]; then
CONFIG_FILES="$CONFIG_FILES etc/postfix/master.cf 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/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" etc/postfix/myvirtual.cf etc/postfix/mytransport.cf etc/postfix/sasl/smtpd.conf
etc/alternc/postfix/postfix.cf etc/alternc/postfix/postfix-slave.cf"
fi fi
if [ -e /etc/proftpd/proftpd.conf ]; then if [ -e /etc/proftpd/proftpd.conf ]; then
CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf" CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf"