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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Kevin P. Fleming
Dátum:  
CC: exim-users
Tárgy: 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.