Skip to content

Commit b15c696

Browse files
Small fixes
1 parent 5556e03 commit b15c696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/ubuntu/16.04/exim/exim4.conf.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)