From b15c69629467e2bde7ba3a38f8310257155fb592 Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Thu, 28 Dec 2017 17:13:39 +0200 Subject: [PATCH] Small fixes --- install/ubuntu/16.04/exim/exim4.conf.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ubuntu/16.04/exim/exim4.conf.template b/install/ubuntu/16.04/exim/exim4.conf.template index d5cf0c7eb..fc346486f 100644 --- a/install/ubuntu/16.04/exim/exim4.conf.template +++ b/install/ubuntu/16.04/exim/exim4.conf.template @@ -112,7 +112,7 @@ acl_check_rcpt: require message = relay not permitted domains = +local_domains : +relay_to_domains - deny message = smtp auth requried + deny message = smtp auth required sender_domains = +local_domains !authenticated = * @@ -145,9 +145,9 @@ acl_check_data: .ifdef SPAMASSASSIN warn !authenticated = * hosts = !+relay_from_hosts - condition = ${if < {$message_size}{100K}} + condition = ${if < {$message_size}{1024K}} condition = ${if eq{$acl_m1}{yes}{yes}{no}} - spam = nobody:true/defer_ok + spam = debian-spamd:true/defer_ok add_header = X-Spam-Score: $spam_score_int add_header = X-Spam-Bar: $spam_bar add_header = X-Spam-Report: $spam_report