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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Tom Kistner
Date:  
À: Cal Evans
CC: Exim-users
Sujet: 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