We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20970e7 commit 18eee2cCopy full SHA for 18eee2c
install/0.9.7/rhel/exim.conf
@@ -8,7 +8,7 @@ domainlist local_domains = dsearch;/etc/exim/domains/
8
domainlist relay_to_domains = dsearch;/etc/exim/domains/
9
hostlist relay_from_hosts = 127.0.0.1
10
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
11
-
+untrusted_set_sender = *
12
acl_smtp_connect = acl_check_spammers
13
acl_smtp_mail = acl_check_mail
14
acl_smtp_rcpt = acl_check_rcpt
@@ -96,9 +96,6 @@ acl_check_rcpt:
96
accept hosts = +relay_from_hosts
97
control = submission
98
99
- accept local_parts = postmaster
100
- domains = +local_domains
101
102
accept authenticated = *
103
control = submission/domain=
104
0 commit comments