Re: [Exim] sender verify issue

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: Exim-Users (E-mail)
Subject: Re: [Exim] sender verify issue
On Thu, Sep 25, 2003 at 08:15:27AM +0200, Thomas Kinghorn wrote:
> A client of our sends us critical information from an oracle database via
> an e-mail address which cannot be verified.
>
> I, however, do not want to disable "require verify = sender" as this has
> been working well for us.
>
> They do not want to add a legit address or add the server to forward &
> reverse DNS.
>
> Is there a way to allow these mails through as they currently get rejected
> due to adress verification failures.
>
> the logs show H=domain.tld F=oracle@???. sender verify
> failed.


Instead of

require verify = sender

use something like this:

deny !sender_domains = servername.domain.tld
     !verify = sender


          cu andreas