On 2008-02-08 at 19:32 +0000, Tony Finch wrote:
> On Fri, 8 Feb 2008, Phil Chambers wrote:
> > It would be much tidier if exim just accepted the message and put it on its own
> > queue so that it would get the same (rational) re-try rules that everything
> > else gets.
> >
> > Can someone suggest how I should go about this?
>
> Easy answer: don't verify receipients from your Exchange server.
>
> Hard answer (if you really must reject invalid domains) something like:
>
> warn
> verify = recipient
> deny
> condition = ${if !eq{}{$recipient_verify_failure} }
Is there a reason that "verify = recipient/defer_ok" wouldn't work?
Seems like it should.
-Phil