Hi Justin!
>> 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
> I tried that and those messages still get rejected:
> 2003-08-21 13:21:48 H=services.cam.org [198.73.180.252]
> F=<listmanager@???> temporarily rejected RCPT
> <jknotzke@???>: Could not complete sender verify
That may be due to the fact that the domain mail.datosrapidos.com
itself doesn't verify. Testing from my host yields
$ host mail.datosrapidos.com
Host not found, try again.
$ host mail.datosrapidos.com
Host not found, try again.
IIRC, you still have the "require verify = sender", for all hosts,
after the ACL entry shown above. Temporary lookup errors result in
temporary errors unless you set "require verify = sender/defer_ok".
Andy