mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
added no_local_from_check to suppress Sender header
This commit is contained in:
parent
03776f3fd1
commit
e4b95c9aca
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ 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 whitelist = net-iplsearch;/etc/exim/white-blocks.conf
|
hostlist whitelist = net-iplsearch;/etc/exim/white-blocks.conf
|
||||||
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
|
hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf
|
||||||
|
no_local_from_check
|
||||||
untrusted_set_sender = *
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue