mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
exim4 fix for Tainted filename for search for aliases
This commit is contained in:
parent
93a6d0b6e9
commit
599ce37116
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ acl_check_rcpt:
|
|||
|
||||
warn !authenticated = *
|
||||
hosts = !+relay_from_hosts
|
||||
condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/$domain/aliases}{true}{false}}
|
||||
ondition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/${lookup{$domain}dsearch{/etc/exim4/domains/}}/aliases}{true}{false}}
|
||||
set acl_m3 = yes
|
||||
|
||||
deny message = Restricted characters in address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue