install_postfix_advanced.sh: comment entries '127.0.0.1:10040_time_limit=3600' and 'policyd-spf_time_limit=3600'.
This commit is contained in:
@@ -2731,7 +2731,7 @@ EOF
|
|||||||
|
|
||||||
if [[ -n "$(which postfwd)" ]] ; then
|
if [[ -n "$(which postfwd)" ]] ; then
|
||||||
cat <<EOF >> /etc/postfix/main.cf
|
cat <<EOF >> /etc/postfix/main.cf
|
||||||
127.0.0.1:10040_time_limit = 3600
|
#127.0.0.1:10040_time_limit = 3600
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
cat <<EOF >> /etc/postfix/main.cf
|
cat <<EOF >> /etc/postfix/main.cf
|
||||||
@@ -2749,7 +2749,7 @@ if [[ -n "$(which policyd-spf)" ]] ; then
|
|||||||
# policyd-spf unix - n n - 0 spawn
|
# policyd-spf unix - n n - 0 spawn
|
||||||
# user=policyd-spf argv=/usr/bin/policyd-spf
|
# user=policyd-spf argv=/usr/bin/policyd-spf
|
||||||
#
|
#
|
||||||
policyd-spf_time_limit = 3600
|
#policyd-spf_time_limit = 3600
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user