Updated Inst:AppendCMS Mod:Postfix
Inst:AppendCMS added var store when adding CMS Mod:Postfix Added fix to conf.sh
This commit is contained in:
@@ -156,6 +156,12 @@ fi
|
|||||||
#Cleaning options from menu
|
#Cleaning options from menu
|
||||||
CMS="${CMS//:}" && CMS="${CMS,,}"
|
CMS="${CMS//:}" && CMS="${CMS,,}"
|
||||||
|
|
||||||
|
##-----------------##
|
||||||
|
# Storeing vars #
|
||||||
|
##-----------------##
|
||||||
|
|
||||||
|
touch /etc/ICTM/sites/"$sitename"
|
||||||
|
|
||||||
|
|
||||||
##-----------##
|
##-----------##
|
||||||
# AptList #
|
# AptList #
|
||||||
|
|||||||
@@ -22,7 +22,9 @@ root: $email
|
|||||||
EOF
|
EOF
|
||||||
newaliases
|
newaliases
|
||||||
|
|
||||||
cat <<EOF >>
|
cat <<EOF >> /etc/postfix/main.cf
|
||||||
|
|
||||||
|
#openDKIM
|
||||||
milter_default_action = accept
|
milter_default_action = accept
|
||||||
milter_protocol = 2
|
milter_protocol = 2
|
||||||
smtpd_milters = unix:/var/run/opendkim/opendkim.sock
|
smtpd_milters = unix:/var/run/opendkim/opendkim.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user