mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 01:57:57 -07:00
Forward from primary ip, not from secondary
This commit is contained in:
parent
e9ca648f12
commit
cd5cc2eda4
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ acl_check_rcpt:
|
|||
|
||||
warn set acl_m3 = no
|
||||
|
||||
warn !authenticated = *
|
||||
hosts = !+relay_from_hosts
|
||||
condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/$domain/aliases}{true}{false}}
|
||||
set acl_m3 = yes
|
||||
|
||||
deny message = Restricted characters in address
|
||||
domains = +local_domains
|
||||
local_parts = ^[.] : ^.*[@%!/|]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue