File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
install/ubuntu/16.04/exim Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ acl_check_rcpt:
112112 require message = relay not permitted
113113 domains = +local_domains : +relay_to_domains
114114
115- deny message = smtp auth requried
115+ deny message = smtp auth required
116116 sender_domains = +local_domains
117117 !authenticated = *
118118
@@ -145,9 +145,9 @@ acl_check_data:
145145.ifdef SPAMASSASSIN
146146 warn !authenticated = *
147147 hosts = !+relay_from_hosts
148- condition = ${if < {$message_size}{100K }}
148+ condition = ${if < {$message_size}{1024K }}
149149 condition = ${if eq{$acl_m1}{yes}{yes}{no}}
150- spam = nobody :true/defer_ok
150+ spam = debian-spamd :true/defer_ok
151151 add_header = X-Spam-Score: $spam_score_int
152152 add_header = X-Spam-Bar: $spam_bar
153153 add_header = X-Spam-Report: $spam_report
You can’t perform that action at this time.
0 commit comments