Wednesday, June 3, 2009

Installing SPF

For a single domain

Run the following script.

/usr/local/cpanel/bin/spf_installer useraneme

/etc/init.d/exim restart

cd /var/named

rndc reload domain.com

:)

Server wide installation

Run the script on the server.

for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_installer $i ;done

Restart the exim and named service.

0 comments:

Post a Comment

  © Blogger template PingooIgloo by Ourblogtemplates.com 2009

Back to TOP