Re: [Exim] Exception for verify

Top Page
Delete this message
Reply to this message
Author: Sander Smeenk
Date:  
To: Justin F. Knotzke
CC: exim-users
Subject: Re: [Exim] Exception for verify
Quoting Justin F. Knotzke (jknotzke@???):

>    I assume this is because of:
>    require verify        = sender
>    in the acl section.
>    How can I have exim not verify when mail comes from 198.73.180.252?


Hey :) Justin :)

Probably, but untested, by doing something like this:

acl bla
    deny condition = ${if eq{$remotehostthingy}{198.73.180.252} }
        ! verify = sender


I, for instance, have this:

deny condition = ${extract{verifysender}{${lookup{$domain}lsearch{/etc/exim4/policy}}}{$value}{yes}}
     ! verify = sender


But my exim4 config isn't 'normal' :)

Sander.
--
| Recursive, adj.; See Recursive
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8 9BDB D463 7E41 08CE C94D