Page 14 of 15 FirstFirst ... 412131415 LastLast
Results 196 to 210 of 221

Thread: Add support for DKIM ("DomainKeys Identified Mail")

  1. #196
    Member monarobase's Avatar
    Join Date
    Jan 2010
    Location
    France
    Posts
    493
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Check the download page for this info, it is updated at the same time as the actual updates are released (so yes it is still in edge only).

  2. #197
    Member
    Join Date
    Sep 2009
    Location
    Lusby, Maryland, United States
    Posts
    208

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Still in edge with no updates since Oct 13th.

  3. #198
    Member monarobase's Avatar
    Join Date
    Jan 2010
    Location
    France
    Posts
    493
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    They are probably working hard to make sure it is stable enough to make it to "current".

    An update on the progress would be nice though as we have told a few customers about the new features coming in version 11.32.

  4. #199
    Member
    Join Date
    Jun 2006
    Location
    Portugal
    Posts
    138
    cPanel/WHM Access Level

    DataCenter Provider

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Any updates about ETA? When 11.32 is current?
    Sampling Line - Serviços e Internet, Lda.
    PTServidor®
    Blog Oficial | Facebook | MS Partner | R1Soft

  5. #200
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    10,090
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Quote Originally Posted by monarobase View Post
    I don't think so,

    See here : Downloads - cPanel Inc.

    11.31.1.7 is in edge only at the moment.
    EDGE has been updated today.

  6. #201
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Quote Originally Posted by asturmas View Post
    Any updates about ETA? When 11.32 is current?
    The Releases Email List at - cPanel Inc. will supply that information as it becomes available.

  7. #202
    Member mykkal's Avatar
    Join Date
    Feb 2007
    Location
    Atlanta, Georgia, United States
    Posts
    117

    Question re: Add support for DKIM ("DomainKeys Identified Mail")

    Quote Originally Posted by cPanelDavidG View Post
    The Releases Email List at - cPanel Inc. will supply that information as it becomes available.
    Its ridiculous how much this release means to the community. I'm dying with anticipation here. They could tell us if we'll get a thanksgiving day release, lol.

  8. #203
    Member
    Join Date
    Sep 2009
    Location
    Lusby, Maryland, United States
    Posts
    208

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    I finally went to EDGE to get it... it works as advertised... still not happy about this....
    http://forums.cpanel.net/f145/cannot...-a-244121.html

    which was going to be a known problem to me because the following didn't get enough steam
    http://forums.cpanel.net/f145/e-mail...il-191912.html

  9. #204
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    Quote Originally Posted by mykkal View Post
    They could tell us if we'll get a thanksgiving day release, lol.
    We prefer not to do major releases on major US holidays. Furthermore, since this is currently only in EDGE, this will need to propagate to CURRENT before it goes to RELASE and eventually STABLE.

  10. #205
    Member mykkal's Avatar
    Join Date
    Feb 2007
    Location
    Atlanta, Georgia, United States
    Posts
    117

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    David,

    Any idea if this stuff is getting worked in? The idea seems elementary. Not sure if it has to wait for a later release or not tho.

    Quote Originally Posted by fkatzenb View Post
    I finally went to EDGE to get it... it works as advertised... still not happy about this....
    http://forums.cpanel.net/f145/cannot...-a-244121.html

    which was going to be a known problem to me because the following didn't get enough steam
    http://forums.cpanel.net/f145/e-mail...il-191912.html

  11. #206
    Member
    Join Date
    Jul 2006
    Posts
    11

    Default Re: E-mail Tools: Master Records & Test E-mail

    Without overstating this again.

    there are a few things that people need to understand about email, mainly cpanel

    1. DKIM will only work with a few providers out there, mainly yahoo and gmail, so there needs to be something that will allow a server admin like me (whos also an email delivery expert) to be able to decide which receiving domains will have messages signed with DKIM.
    2. There needs to be some options (as there are a few with DKIM), mainly
      • 512, 768, 1024, 2048, 4096 keys
      • selector record (for multiple)
      • Algorithm choice of rsa-sha1, or rsa-sha256 (higher cpu demand)
      • option to specify the s flag in the "t=" tag, for subdomain compatibility without multiple records
      • options to set test mode or non-test mode
      • options for signing all messages or not
    3. Domainkeys (not to be confused with DKIM) believe it or not is still used..... so that needs to stay right where it is.
    4. There needs to be a testing tool that will validate that it is working as desired (a mail to address that will return pass/fail signed/unsigned)
    5. There also needs to be something put in place for DNS in case we have the option to validate DKIM signatures on a cpanel receiving end. some 4096 sized signatures are too big for a UDP packet, and thus TCP would need to be used which would facilitate some changes to BIND, or NSD


    I do love to see options added as this appeals to admins, who in turn operate these servers, and are advanced users. I have seen too many options in cpanel/WHM dummed down and thus they miss some of the options available to us. If anyone has questions about any of this please let me know. For now the only other option is a custom DKIM setup I have been working with that works for cpanel/whm it takes a little bit of modification (if you have root access) but it does in fact sign the messages properly.
    Last edited by moonsoftsystems; 12-15-2011 at 01:25 AM.

  12. #207
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default Re: E-mail Tools: Master Records & Test E-mail

    Quote Originally Posted by moonsoftsystems View Post
    Without overstating this again.

    there are a few things that people need to understand about email, mainly cpanel
    ...
    I have moved your post to the general DKIM thread since I feel it applies to the implementation rather than the mass deployment of this functionality across many accounts.

  13. #208
    Member mykkal's Avatar
    Join Date
    Feb 2007
    Location
    Atlanta, Georgia, United States
    Posts
    117

    Angry 2012 And Still No DKIM Support on CPANEL?

    Just wondering...

    lol, its 2012 and the world is supposed to end next December. Is there any way we'll have a chance to use DKIM before the world goes boom?

    I've been waiting so long its my only purpose in life.

  14. #209
    Member monarobase's Avatar
    Join Date
    Jan 2010
    Location
    France
    Posts
    493
    cPanel/WHM Access Level

    Root Administrator

    Default re: Add support for DKIM ("DomainKeys Identified Mail")

    According to another thread, 11.32 Current should be out in weeks and not months

    So the maximum I understand by weeks is 7 weeks and the minimimum 2…

  15. #210
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default Re: 2012 And Still No DKIM Support on CPANEL?

    Quote Originally Posted by mykkal View Post
    Just wondering...

    lol, its 2012 and the world is supposed to end next December. Is there any way we'll have a chance to use DKIM before the world goes boom?

    I've been waiting so long its my only purpose in life.
    It's already in EDGE if you want to test it out on a non-production server (given how important you feel this is to your continued operations) and give feedback via the EDGE users mailing list before that window of opportunity to influence this implementation ends.

Page 14 of 15 FirstFirst ... 412131415 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 10-17-2011, 07:34 AM
  2. Dkim support
    By mattjustin in forum New User Questions
    Replies: 1
    Last Post: 06-06-2011, 10:16 PM
  3. Domainkeys to DKIM - possible? how to?
    By morrow95 in forum E-mail Discussions
    Replies: 12
    Last Post: 05-10-2011, 04:03 PM
  4. DKIM support via dkimproxy
    By Mikluha in forum E-mail Discussions
    Replies: 0
    Last Post: 09-07-2010, 06:13 PM

Tags for this Thread