Friday, August 30, 2013

Install SPF Record


www.howtoforge.com/postfix_spf

www.openspf.org

www.openspf.org

http://kb.gfi.com

10. Install and Configure SPF


Install:apt-get install postfix-policyd-spf-python -y
vi /etc/postfix/master.cf
and add the following stanza at the end:

policy-spf  unix  -       n       n       -       -       spawn      
 user=nobody argv=/usr/bin/policyd-spf 
 
*Note:  (The leading spaces before user=nobody are important so that Postfix knows that this line belongs to the previous one!)
*Note: We already added the entry for main.cf using the postfix setup script.

Then restart Postfix:
 /etc/init.d/postfix restart

That's it already.

No comments: