Skip to content

Commit 18eee2c

Browse files
committed
exim config improvements
1 parent 20970e7 commit 18eee2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

install/0.9.7/rhel/exim.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ domainlist local_domains = dsearch;/etc/exim/domains/
88
domainlist relay_to_domains = dsearch;/etc/exim/domains/
99
hostlist relay_from_hosts = 127.0.0.1
1010
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
11-
11+
untrusted_set_sender = *
1212
acl_smtp_connect = acl_check_spammers
1313
acl_smtp_mail = acl_check_mail
1414
acl_smtp_rcpt = acl_check_rcpt
@@ -96,9 +96,6 @@ acl_check_rcpt:
9696
accept hosts = +relay_from_hosts
9797
control = submission
9898

99-
accept local_parts = postmaster
100-
domains = +local_domains
101-
10299
accept authenticated = *
103100
control = submission/domain=
104101

0 commit comments

Comments
 (0)