Monday, June 1, 2009

Installing DomainKeys on a cPanel server for server wide

Run the following small script on the server.

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

This will install the domainkeys as serverwide.

0 comments:

Post a Comment

  © Blogger template PingooIgloo by Ourblogtemplates.com 2009

Back to TOP