Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18
  1. #1
    Member
    Join Date
    Jan 2007
    Posts
    170

    Default How to enable DomainKeys with latest exim builds?

    According to this: http://bugzilla.cpanel.net/show_bug.cgi?id=4099 , DomainKeys support in exim has been in EDGE builds since around 4/10/2007.

    The question is, how do we enable, configure, and use this on our servers? Many people are having the problem of mail to DomainKeys-enabled servers being sent directly to the spambox. Such is the case on Yahoo at least, and surely other mailhosts are being more aggressive soon.

    A test email from my EDGE 11.3 cpanel server to an account at yahoo mail displays as such at yahoo (after being fished out of the spambox)

    Code:
    <snip>
    Authentication-Results: mta361.mail.re4.yahoo.com  from=citronix.net; domainkeys=neutral (no sig)
    <snip>
    we see there that there is no domainkeys signature by default. So how do we get this working?

  2. #2
    Member
    Join Date
    Aug 2004
    Posts
    9

    Default

    Did you find any solution to this?

  3. #3
    Member
    Join Date
    Jan 2007
    Posts
    170

    Default

    nope, no luck so far. I would love for someone from cpanel to illuminate the path for us

  4. #4
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    I haven't played with it myself, but the Exim Wiki page for DomainKeys is here:
    http://www.exim.org/eximwiki/DomainKeys

    Note that page does say that the support for it is "Experimental". You'll have to look around the DomainKeys site to find out how to implement it for outgoing email, incoming is explained clearly enough it seems in the wiki.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  5. #5
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    243

    Default

    Quote Originally Posted by chirpy View Post
    I haven't played with it myself, but the Exim Wiki page for DomainKeys is here:
    http://www.exim.org/eximwiki/DomainKeys

    Note that page does say that the support for it is "Experimental". You'll have to look around the DomainKeys site to find out how to implement it for outgoing email, incoming is explained clearly enough it seems in the wiki.
    That wiki talks about adding libraries to the Makefile, etc...which shouldn't be necessary if support is built into cPanel. If this is a feature cPanel has incorporated into cPanel/WHM, I think they should document it somewhere

  6. #6
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    Quote Originally Posted by MaraBlue View Post
    That wiki talks about adding libraries to the Makefile, etc...which shouldn't be necessary if support is built into cPanel. If this is a feature cPanel has incorporated into cPanel/WHM, I think they should document it somewhere
    There are still memory leaks in the domain keys code because of openssl bugs.

    We should be able to start using it once more people have ditched rh9.

  7. #7
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    243

    Default

    Quote Originally Posted by cpanelnick View Post
    There are still memory leaks in the domain keys code because of openssl bugs.

    We should be able to start using it once more people have ditched rh9.
    Well BLAST those RH9 peeps!

    This is good to know, though I'm not happy to hear about OpenSSL bugs (I had no idea). Just yesterday I was going through my list of installed software and noticed OpenSSL is kind of old, but I also made a note "do not update outside of cPanel", so I don't/didn't.

    Is there a plan to move away from OpenSSL to something else, or upgrade it, or?

  8. #8
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    Quote Originally Posted by MaraBlue View Post
    Well BLAST those RH9 peeps!

    This is good to know, though I'm not happy to hear about OpenSSL bugs (I had no idea). Just yesterday I was going through my list of installed software and noticed OpenSSL is kind of old, but I also made a note "do not update outside of cPanel", so I don't/didn't.

    Is there a plan to move away from OpenSSL to something else, or upgrade it, or?
    The memory leaks are only in the older versions. (ie rh9 land)

  9. #9
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    243

    Default

    Quote Originally Posted by cpanelnick View Post
    The memory leaks are only in the older versions. (ie rh9 land)
    So 0.9.7a is cool?

  10. #10
    cPanel Staff
    Join Date
    Mar 2007
    Posts
    113

    Default

    The two OpenSSL memory cleanup functions that were a problem are EVP_MD_CTX_cleanup() and CRYPTO_cleanup_all_ex_data() introduced in the first release of OpenSSL 0.9.7. The domainkeys library assumes they're available and uses them.

    On older distros with OpenSSL 0.9.6, domainkeys will leak a tiny amount of memory where those functions would have been called. If your distro shipped with any version of 0.9.7, it shouldn't be an issue.

  11. #11
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    243

    Default

    Quote Originally Posted by jdlightsey View Post
    The two OpenSSL memory cleanup functions that were a problem are EVP_MD_CTX_cleanup() and CRYPTO_cleanup_all_ex_data() introduced in the first release of OpenSSL 0.9.7. The domainkeys library assumes they're available and uses them.

    On older distros with OpenSSL 0.9.6, domainkeys will leak a tiny amount of memory where those functions would have been called. If your distro shipped with any version of 0.9.7, it shouldn't be an issue.
    Awesome, thanks for the reply.

  12. #12
    Member
    Join Date
    Jan 2007
    Posts
    170

    Default

    Ok, so for those of use who are not affected by these bugs... how do we enable/setup domainkeys?

  13. #13
    Member
    Join Date
    Jul 2006
    Posts
    8

    Default

    I've been having serious problems with Yahoo greylisting my server and am another who is eager to enable DK. So, for those of us with OpenSSL/0.9.7a is the procedure simply that shown at http://www.exim.org/eximwiki/DomainKeys ? Or is there going to be something rolled into WHM 11 once the second stage of their update rolls out this month? I'm running a CURRENT release at the moment, which has phase 1 of the WHM 11 upgrade running.

  14. #14
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    We have no plans to enable domain keys until after cPanel 11 has been rolled out.

  15. #15
    Member
    Join Date
    Mar 2006
    Location
    Brno, Czech Republic
    Posts
    510

    Default

    cp11 has been rolled out. is there any update for this?
    thanks in advance.
    Not everything that is counted counts and not everything that counts can be counted

Similar Threads & Tags
Similar threads

  1. Enable DomainKeys for Addon Domains?
    By tndrbx in forum E-mail Discussions
    Replies: 2
    Last Post: 02-18-2011, 08:15 PM
  2. How to enable SPF and DomainKeys by default?
    By electric in forum E-mail Discussions
    Replies: 29
    Last Post: 08-17-2009, 01:13 AM
  3. Upgrading my version of Exim 4.52 to enable DomainKeys
    By brain_in_water in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-16-2006, 10:11 AM
  4. Replies: 0
    Last Post: 08-07-2003, 06:18 AM
  5. smtp, pop3, imap, ftp problems with latest builds
    By apollo in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-05-2002, 11:32 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube