Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-11 13:57:52 +02:00
parent 7c8c89ae84
commit 32c376cfcc

View File

@@ -370,6 +370,7 @@ echo "" >> /etc/postfix/main.cf
echo "#Pipe incoming mail trough Amavis" >> /etc/postfix/main.cf
postconf -e 'content_filter = amavis:[127.0.0.1]:10024'
postconf -e 'receive_override_options = no_address_mappings'
echo "" >> /etc/postfix/master.cf
echo "#Pipe incoming mail trough Amavis" >> /etc/postfix/master.cf
echo "amavis unix - - - - 2 smtp" >> /etc/postfix/master.cf
echo " -o smtp_data_done_timeout=1200" >> /etc/postfix/master.cf