I've read the specification from
http://www.exim.org/exim-html-4.30/doc/html/spec_38.html to figure out
how this functions.
I thought I understood, but the result is not as expected.
in my exim.conf I added:
domainlist test_list = mail.xxx.com
Then in the check_recipient acl, just before the line "require verify
= sender/callout" I added: condition = ${if !match
{$sender_address_domain}{+test_list}}
The mails from mail.xxx.com domain are still rejected. Something is not
right.
I also tried something like this: condition = ${if !match
{$sender_address_domain}{+mail.xxx.com}}
or something like this:
condition = ${if match {$sender_address_domain}{+test_list}}
endpass
require verify = sender/callout
This means that the callout is made only if the condition is false.
I am really stuck on this.
--
wiseas
------------------------------------------------------------------------
wiseas's Profile:
http://www.exim-users.org/forums/member.php?action=getinfo&userid=102
View this thread:
http://www.exim-users.org/forums/showthread.php?threadid=52042