Re: [Exim] exim 3.34 - verify sender query /advice

Top Page
Delete this message
Reply to this message
Author: Kevin P. Fleming
Date:  
CC: exim-users
Subject: Re: [Exim] exim 3.34 - verify sender query /advice
Jamie Nudds wrote:

> sender_verify_callback_domains = *
>
> possible to allow e-mails from certain @domain to bypass this even though
> they are failling the verify sender???.
>


Sure, just use something like:

sender_verify_callback_domains = !foo.bar : !baz.bad

This will verify all domains that don't match either of the two entries.
And you should also look at upgrading to Exim 4.x, it's far more
flexible in this regard.