From 6daa9801c6f044c26b4033edf646c5369593e9b7 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Fri, 8 Aug 2014 12:07:37 +0530 Subject: [PATCH] Added Amavis postfix configuration --- src/modules/stack/install/mail/ee_mod_setup_amavis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/stack/install/mail/ee_mod_setup_amavis.sh b/src/modules/stack/install/mail/ee_mod_setup_amavis.sh index f545e0c9..fa4d4b46 100644 --- a/src/modules/stack/install/mail/ee_mod_setup_amavis.sh +++ b/src/modules/stack/install/mail/ee_mod_setup_amavis.sh @@ -10,6 +10,10 @@ function ee_mod_setup_amavis() sed -i "s/use strict;/use strict;\n\$sa_spam_subject_tag = undef;\n\$spam_quarantine_to = undef;\n\$sa_tag_level_deflt = undef;\n\n# Prevent spams from automatically rejected by mail-server\n\$final_spam_destiny = D_PASS;\n# We need to provide list of domains for which filtering need to be done\n@lookup_sql_dsn = (\n ['DBI:mysql:database=vimbadmin;host=127.0.0.1;port=3306',\n 'vimbadmin',\n 'password']);\n\n\$sql_select_policy = 'SELECT domain FROM domain WHERE CONCAT("@",domain) IN (%k)';/" /etc/amavis/conf.d/50-user # Configure Postfix to use Amavis + # For postfix main.cf + postconf -e "content_filter = smtp-amavis:[127.0.0.1]:10024" + + # For postfix master.cf sed -i "s/1 pickup/1 pickup\n -o content_filter=\n -o receive_override_options=no_header_body_checks/" /etc/postfix/master.cf cat /usr/share/easyengine/mail/amavis-master.cf >> /etc/postfix/master.cf