Re: [Exim] SPF Checks ONLY for non valid users?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Tom Kistner
Data:  
Para: Cal Evans
CC: Exim-users
Assunto: Re: [Exim] SPF Checks ONLY for non valid users?
Cal Evans wrote:

> I have the example ACL working the way I want and life is good. But now
> I need to tweak it to support my road-warriors. I have people in the
> field w/laptops that use the corporate mail server to send mail.


Assuming they use SMTP AUTH, just skip the whole SPF block by prepending
it with

accept authenticated = *

/tom