Re: [Exim] Simple verify problem

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Andreas J Mueller
Datum:  
To: Justin F. Knotzke
CC: exim-users
Betreff: Re: [Exim] Simple verify problem
Hi Justin!

> 2003-08-21 07:01:26 H=(services.cam.org) [198.73.180.252] sender verify
> defer for <listmanager@??? s.com>: host lookup did not complete


>      Is this because the require verify = sender negates the above
> condition? Or is it something else?


No, but 198.73.180.252 is not the sender domain, mail.datosrapidos.com
is the sender domain. If you want to skip verification for mails
originating from host 198.73.180.252 you have to write:

deny message = Could not verify envelope sender
     !hosts = +relay_from_hosts:198.73.180.252:208.33.61.5
     !verify = sender/callout=45s/callout_defer_ok


Andy