From c28189d0d3727c3b2c88dc70001e771c765a86e7 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 1 Sep 2019 01:46:59 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index 407e7cb..8c41527 100644 --- a/installer.sh +++ b/installer.sh @@ -360,9 +360,9 @@ echo "Listen: 127.0.0.1:10025" >> /etc/clamsmtpd.conf echo "OutAddress: 10026" >> /etc/clamsmtpd.conf echo "# A header to add to all scanned email" >> /etc/clamsmtpd.conf echo "Header: X-AV-Checked: ClamAV using ClamSMTP" >> /etc/clamsmtpd.conf -echo "# virus scanning" >> /etc/postfix/master.cf -echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/master.cf -echo "receive_override_options = no_address_mappings" >> /etc/postfix/master.cf +echo "# virus scanning" >> /etc/postfix/main.cf +echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/main.cf +echo "receive_override_options = no_address_mappings" >> /etc/postfix/main.cf ##-----------------------## # Enabling Services #