RE: [Exim] sender verify issue

Top Page
Delete this message
Reply to this message
Author: Thomas Kinghorn
Date:  
To: 'Andreas Metzler', Exim-Users (E-mail)
Subject: RE: [Exim] sender verify issue
Thanks to those who responded.

The replacement for require verify = senders works well

Thank you all.

Tom

-----Original Message-----
From: Andreas Metzler [mailto:eximusers@downhill.at.eu.org]
Sent: 25 September 2003 10:32
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


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##