From 32c376cfcc6ba817da37bffc4b00acff86b58e13 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 11 Sep 2019 13:57:52 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index 8bad6ad..afc21d9 100644 --- a/installer.sh +++ b/installer.sh @@ -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