Just a quick ‘n’ simple howto on installing SPF tests in postfix on ubuntu:

Get the policy plugin and perl modules

sudo apt-get install postfix-policyd-spf-perl libmail-spf-perl libversion-perl libnetaddr-ip-perl

sudo vim /etc/postfix/master.cf and insert the following at the bottom

policy unix – n n [...]

Continue reading " Howto: Installing SPF plugin for Postfix in Ubuntu Gutsy in 4 simple steps "