Skip to main content

reject SPF failures setting missing

Comments

3 comments

  • Infopro
    These quotes from the EDGE users mailing list recently that may be of some use: The Release Notes for version 58 indicate that "Reject SPF Failures enabled by default in Exim" Looking over the Changelog for 58, I see the following: * Fixed case CPANEL-7924: Remove unused spf_bl Exim ACL. Wasn't spf_bl used to reject SPF failures? It was in version 56 and below so I don't think this ACL should have been removed. Looking in the Exim configuration, I am not seeing any ACLs that are actually rejecting SPF failures and it looks like a server running 58 accepted a message that should have failed a SPF check.
    It was used to reject SPF failures if SpamAssassin was not already doing SPF lookups. However, in 58, we forced SpamAssassin to always perform SPF lookups (in order to support the KAM rules better), so this ACL became obsolete and code to support it was removed. We noticed that leaving the ACL file behind without the code to disable it forced it on on all servers, which caused mail delivery problems. SPF functionality is handled by SpamAssassin now.
    0
  • RWH Tech
    I must've woken up retarded, today, because I double-checked the e-mail and the SPF matches. Thanks for the info, mister. Nothing to see here, move along, people!
    0
  • Infopro
    Ha! Happy to help.
    0

Please sign in to leave a comment.