mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update exim4.conf.template
This commit is contained in:
parent
e1fe2ba094
commit
64fa7d9e58
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ acl_check_mail:
|
|||
drop !authenticated = *
|
||||
message = Helo name contains a ip address (HELO was $sender_helo_name) and not is valid
|
||||
condition = ${if match{$sender_helo_name}{\N((\d{1,3}[.-]\d{1,3}[.-]\d{1,3}[.-]\d{1,3})|([0-9a-f]{8})|([0-9A-F]{8}))\N}{yes}{no}}
|
||||
condition = ${if match{${lc:$sender_host_name}}{.telenor.rs}{false}{true}}
|
||||
condition = ${if match {${lookup dnsdb{>: defer_never,ptr=$sender_host_address}}\}{$sender_helo_name}{no}{yes}}
|
||||
delay = 45s
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue