LinuxHelps.com

A blog for Linux Lovers.

3
Mar 2009
To install domainkeys for a specific domain.
Posted in Exim by sibu at 2:29 pm |

To install domainkeys for a specific domain,

1. First check that you are running the latest version ( RELEASE or CURRENT )of cPanel 11

2. Run the script

/usr/local/cpanel/bin/domain_keys_installer ‘username’

Where username is the corresponding cpanel username.

If you get an error similar to “Domain keys are not installed on this machine.” you either are not running the latest release or current version of cPanel or you have not converted yet to maildir. Maildir conversion is required before you install DomainKeys.

If you need you can use following scripts to install Domain Key for all domains on a cpanel server.
for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/domain_keys_installer $i ;done


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply