Raymond Jette wrote:
Good afternoon,

I am using Postfix with postfix-policyd-spf-python for SPF. This is
rejecting mail from the HELO verb. According to RFC 4008:
[snip]

Is there a way to disable SPF checking in the HELO part of a message?

if postfix-policyd-spf-* supports X rays, you can try to get postfix to send some... :)

more seriously, this is a question for that policy server developper...

Also, is there a way to bypass spf for a given host or domain?

you can call the policy service based on the results of a check_mumble_access.

example:

smtpd_sender_restrictions =
        check_sender_access hash:/etc/postfix/sender_access

smtpd_restriction_classes = check_spf

check_spf = ...

== sender_access
example.com     check_spf
example.org     dunno
sub.example.org check_spf



Reply via email to