+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- May 2008
- Posts
- 45
To enable Domain Keys automatically for every newly created account on cPanel servers
To enable Domain Keys automatically for every newly created account on cPanel servers.
Edit the file /scripts/postwwwacct and add:
my %OPTS = @ARGV;
my $user = $OPTS{’user’};
/usr/local/cpanel/bin/domain_keys_installer $user
Now test this by creating a new account.
Also if needed please change the file permission to 711.
then Restart exim service.
*****************
Installing for all the existing domains
for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/domain_keys_installer $i; done
*****************


LinkBack URL
About LinkBacks



Reply With Quote