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

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: Cal Evans
CC: Exim-users
Subject: 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