exim ACL help needed

Nerigal

Verified User
Joined
Jul 6, 2009
Messages
123
any one could tell whats wrong in this ?

i try to !match the domain in the sender email adresse with in the local_domains list if true then block the email but i need this also effective for localhost so need help thx.


condition = ${if !match{${domain:$h_From}}{${domain:+local_domains}}{yes}{no}}

or

condition = ${if !match{${domain:$sender_address_domain}}{${domain:+local_domains}}{yes}{no}}

or what ever
 
Back
Top