How to get SPF Fail in email headers?

Asked by P.V.Anthony

I am new to pypolicyd-spf.

Just installed it and it is working well.

What I would like it to do is just add the headers and not reject the emails.

Currently using pypolicyd-spf-1.3.2 on centos 6.

In the config file, I have set the following.

defaultSeedOnly = 0
Header_Type = AR
Authserv_Id = example.com

When I receive an email with proper spf records, there are headers in the email.

Unfortunately, when I receive emails from Failed spf servers, there are no headers in the email stating that the spf is Fail.

Did I miss some setting? Need advice.

P.V.Anthony

Question information

Language:
English Edit question
Status:
Solved
For:
pypolicyd-spf Edit question
Assignee:
No assignee Edit question
Solved by:
P.V.Anthony
Solved:
Last query:
Last reply:
Revision history for this message
Scott Kitterman (kitterman) said :
#1

Set defaultSeedOnly back to 1 and set Mail_From_reject to False in the config file. That should do what you want.

Revision history for this message
P.V.Anthony (anthony-mindmedia) said :
#2

Thank you very much for the quick reply.

I have just changed the config file with the recommended changes and restarted postfix. It is working great!!!

I am really happy now.

Thank you again for your help. :-)