mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 04:50:46 -07:00
exim config improvements
This commit is contained in:
parent
20970e751d
commit
18eee2c8b2
1 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,7 @@ domainlist local_domains = dsearch;/etc/exim/domains/
|
||||||
domainlist relay_to_domains = dsearch;/etc/exim/domains/
|
domainlist relay_to_domains = dsearch;/etc/exim/domains/
|
||||||
hostlist relay_from_hosts = 127.0.0.1
|
hostlist relay_from_hosts = 127.0.0.1
|
||||||
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
|
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
|
||||||
|
untrusted_set_sender = *
|
||||||
acl_smtp_connect = acl_check_spammers
|
acl_smtp_connect = acl_check_spammers
|
||||||
acl_smtp_mail = acl_check_mail
|
acl_smtp_mail = acl_check_mail
|
||||||
acl_smtp_rcpt = acl_check_rcpt
|
acl_smtp_rcpt = acl_check_rcpt
|
||||||
|
@ -96,9 +96,6 @@ acl_check_rcpt:
|
||||||
accept hosts = +relay_from_hosts
|
accept hosts = +relay_from_hosts
|
||||||
control = submission
|
control = submission
|
||||||
|
|
||||||
accept local_parts = postmaster
|
|
||||||
domains = +local_domains
|
|
||||||
|
|
||||||
accept authenticated = *
|
accept authenticated = *
|
||||||
control = submission/domain=
|
control = submission/domain=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue