hi
is there any option in cPanel server that when create a new account from WHM a new account should be create with domain keys & SPF record ??
hi
is there any option in cPanel server that when create a new account from WHM a new account should be create with domain keys & SPF record ??
As per my knowledge I don't think so there is such a option availble in Cpanel or WHM.
Martin.K | JaguarPC.com
JaguarPC High Class Hosting since 1998*
Unmanaged VPS Hosting | Managed VPS Hosting | Fail Over Hosting
Hello,
Please check the link
http://www.cpanelconfig.com/cpanel-a...cpanel-server/
all info is there, hope it will help you better.
“I am easily satisfied with the very best.”
hi
i know this thing & i tried but it doesn't work
i have tried to editing below are the codes in /scripts/postwwwacct by 1by1
but the codes are doesn’t work
we are using cPanel 11.24.4-S33345
WHM 11.24.2 - X 3.9
CENTOS 5.2 i686 on standard
my %OPTS = @ARGV;
my $user = $OPTS{’user’};
/usr/local/cpanel/bin/domain_keys_installer $user
#!/usr/bin/perl
my %OPTS = @ARGV;
my $user = $OPTS{’user’};
system(”/usr/local/cpanel/bin/domain_keys_installer $user”);
#!/usr/bin/perl
print “\nStarting install of Domainkeys\n”;
my %OPTS = @ARGV;
my $user = $OPTS{’user’};
system(”/usr/local/cpanel/bin/domain_keys_installer”, $user);
print “\nDone with install of Domainkeys\n”;exit;
then try to create a new account but it seems that does not create domain keys Automatically
please tell what to do now
Finally, it is working for me
DONT FORGET THIS STEPCode:#!/usr/bin/perl my %OPTS = @ARGV; $ENV{USER} = “$OPTS{’user’}”; system q(/usr/local/cpanel/bin/domain_keys_installer $USER); system q(/usr/local/cpanel/bin/spf_installer $USER)
chmod 711 /scripts/postwwwacct (after use this permission Domain keys & SPF record enabled it self)