I'm not sure which ACL you have this in but adding:
accept authenticated = *
before your existing rule (at the start of the ACL) might do the trick ;-)
Mike
On 08/03/2013 20:05, Todd Lyons wrote:
> On Fri, Mar 8, 2013 at 9:10 AM, Chris Edwards <chris@???> wrote:
>> Hello All!
>>
>> I have upgraded our exim to 4.77 and added SPF rules. I am having a small issue. SPF is rejecting email from individuals who are authenticating to send email, users with IMAP accounts. Any ideas on how to re-write this rule to work would be most appreciated.
>>
>> deny
>> message = [SPF] $sender_host_address is not allowed to send mail \
>> from $sender_address_domain
>> log_message = SPF check failed.
>> spf = fail
> !authenticated = *
>
> ...Todd