From 702e5b5cbe9e7fd42301e936576b671a86168b94 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 1 Sep 2019 19:05:11 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index 2688110..1cc533d 100644 --- a/installer.sh +++ b/installer.sh @@ -351,6 +351,7 @@ apt install zip lrzip liblz4-tool lhasa arj unzip bzip2 nomarch cpio lzop cabext sed -i -e 's/@bypass/'@bypass'/' -e 's/ / /' /etc/amavis/conf.d/15-content_filter_mode adduser clamav amavis sed -i 's/clamd.conf/'clamd.conf'/g' /etc/clamav/freshclam.conf +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'