From caea30ae7141843ec1c82fd519224e4675c6a3c7 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 3 Oct 2019 15:21:29 +0200 Subject: [PATCH] Fixed Amavis transport in postfix-master.cf --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1aa0247..a37c2ce 100644 --- a/installer.sh +++ b/installer.sh @@ -359,7 +359,7 @@ 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 echo " -o smtp_send_xforward_command=yes" >> /etc/postfix/master.cf -echo " 127.0.0.1:10025 inet n - - - - smtpd" >> /etc/postfix/master.cf +echo "127.0.0.1:10025 inet n - - - - smtpd" >> /etc/postfix/master.cf echo " -o content_filter=" >> /etc/postfix/master.cf echo " -o local_recipient_maps=" >> /etc/postfix/master.cf echo " -o relay_recipient_maps=" >> /etc/postfix/master.cf