Templating postfix/postconf OK
This commit is contained in:
parent
5134362254
commit
f23cd145d9
|
@ -459,6 +459,8 @@ etc/alternc/phpmyadmin.inc.php -text
|
|||
etc/alternc/templates/alternc/apache2.conf -text
|
||||
etc/alternc/templates/alternc/apache_logformat.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/url.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/mytransport.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/proftpd/modules.conf -text
|
||||
etc/alternc/templates/proftpd/proftpd.conf -text
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
etc/alternc
|
||||
etc/alternc/apache-panel.d
|
||||
etc/alternc/templates
|
||||
etc/alternc/postfix
|
||||
etc/alternc/templates/apache2
|
||||
etc/alternc/functions_hosting
|
||||
etc/bind
|
||||
|
|
|
@ -73,7 +73,8 @@ fi
|
|||
if [ -d /etc/postfix ]; then
|
||||
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"
|
||||
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
|
||||
if [ -e /etc/proftpd/proftpd.conf ]; then
|
||||
CONFIG_FILES="$CONFIG_FILES etc/proftpd/proftpd.conf etc/proftpd/welcome.msg etc/proftpd/modules.conf"
|
||||
|
|
Loading…
Reference in New Issue