Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow install 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 ??

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge JPC-Martin's Avatar
    Join Date
    May 2008
    Posts
    38

    Default

    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

  3. #3
    Member big_bull's Avatar
    Join Date
    Nov 2006
    Posts
    148
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    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.”

  4. #4
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    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

  5. #5
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    Finally, it is working for me
    Code:
    #!/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)
    DONT FORGET THIS STEP

    chmod 711 /scripts/postwwwacct (after use this permission Domain keys & SPF record enabled it self)

Similar Threads & Tags
Similar threads

  1. Replies: 1
    Last Post: 04-05-2011, 12:38 PM
  2. SPF and Domain Keys ...
    By Spiral in forum E-mail Discussions
    Replies: 1
    Last Post: 12-29-2009, 03:36 AM
  3. spf and domain keys - set all to on?
    By impload in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-24-2009, 05:15 AM
  4. ptr record & SPF record
    By yantomulia in forum New User Questions
    Replies: 2
    Last Post: 03-17-2008, 07:32 PM
  5. SPF, Domain Keys and Other SMTP Server
    By noworyz in forum E-mail Discussions
    Replies: 11
    Last Post: 02-26-2008, 03:50 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube