mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update exim4.conf.template - avoid ACL error
failed to expand ACL string "${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/${lookup{$domain}dsearch{/etc/exim4/domains/}}/aliases}{true}{false}}": failed to open /etc/exim4/domains//aliases for linear search: No such file or directory
This commit is contained in:
parent
f5027aff5d
commit
5eb0607319
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ acl_check_rcpt:
|
|||
|
||||
warn !authenticated = *
|
||||
hosts = !+relay_from_hosts
|
||||
condition = ${if eq{${lookup{$domain}dsearch{/etc/exim4/domains/}}}{}{false}{true}}
|
||||
condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/${lookup{$domain}dsearch{/etc/exim4/domains/}}/aliases}{true}{false}}
|
||||
set acl_m3 = yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue