Re: [exim] new exim install / spf rules rejecting all mail

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Raymond Norton
CC: Exim Users
Asunto: Re: [exim] new exim install / spf rules rejecting all mail
On Sat, 2013-01-26 at 07:18 -0600, Raymond Norton wrote:
> What would be a safe condition to use SPF, without being too
> stringent?


As long as you never use it to *reject* mail, you should be fine.

SPF, by its very nature, can only give "yes" and "maybe" answers. It can
never give a definite "no". That's obvious, given the way it works.

So you can use it for whitelisting, perhaps, and exempt mail from
certain processing if it comes from a known-good domain *and* passes
SPF. But never for rejection.

--
dwmw2