Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 26
  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    3

    Default howto make exim with domainkeys in cpanel???

    how to make exim with domainkeys in cpanel???

  2. #2
    Member linux-image's Avatar
    Join Date
    Jun 2004
    Location
    India
    Posts
    1,185
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    can u elaborate what u want to accomplish.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Posts
    3

    Default

    i don't know how to install domainkeys ...

    thank u !

  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

    If you're talking about adding your own certificate for SMTP over SSL for exim, search the forum for exim.key. If that is not what you are after, then as linux-image has said, you will have to explain what you are talking about as what you have said doesn't make sense.
    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
    Oct 2001
    Posts
    93

    Default

    I think he is talking about Yahoo's "DomainKeys" proposal.

    http://antispam.yahoo.com/domainkeys#a9


    Basically it is like "senderid".

    Apparently there is a module for exim available.
    Q: "I heard if you play the NT-CD backwards, you get a satanic message."
    A: "That's nothing, if you play it forward, it installs NT"

  6. #6
    Member SubZero's Avatar
    Join Date
    Apr 2005
    Location
    Balmumcu, Istanbul, TR
    Posts
    100

    Default

    YES How do we add the DomainKeys! support to exim?
    WHM 10.8.0 cPanel 10.8.2-C110
    CentOS 3.7 i686 - WHM X v3.1.0
    (nightly auto-updated at 6:00 GMT)

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge shashank's Avatar
    Join Date
    Apr 2003
    Posts
    146

    Default

    check the following links :

    http://domainkeys.sf.net

    http://duncanthrax.net/exim-experimental/

    Exim mailing list has some stuff as well.
    Shashank Wagh.
    Systems Administrator.
    http://www.shashank.net

  8. #8
    Member SubZero's Avatar
    Join Date
    Apr 2005
    Location
    Balmumcu, Istanbul, TR
    Posts
    100

    Default

    You must build this library on your system and compile Exim against it. To build Exim with DK support, add these lines to your Local/Makefile:
    reads the manual at that page. this is a thing which I can not do with a cpanel compiled binary...
    WHM 10.8.0 cPanel 10.8.2-C110
    CentOS 3.7 i686 - WHM X v3.1.0
    (nightly auto-updated at 6:00 GMT)

  9. #9
    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

    Well, you can, you'd just have to download the cPanel exim source rpm, which you can work out from /scripts/eximup. However, if you want to see the feature in cPanels exim, you'll obviously have to log it in bugzilla as an enhancement request.
    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

  10. #10
    Member
    Join Date
    Oct 2001
    Posts
    348

    Default

    It seems more and more people are talking about this domainkey thing, I just found in /etc/mail/spamassassin/v310.pre file it has something related:
    # DomainKeys - perform DomainKeys verification
    #
    # External modules required for use, see INSTALL for more information.
    #
    #loadplugin Mail::SpamAssassin::Plugin:omainKeys

    Is it possibile that you only need to uncomment it ?

  11. #11
    Member
    Join Date
    Aug 2004
    Posts
    23

    Default

    This sounds interesting, I wanted to implement it as well, any news on this issue?
    DomainKeys, along with SPF, is already being used by all medium and large sized organizations (not to mention google, yahoo, aol, microsoft, etc), and it can reduce spam a lot.

  12. #12
    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

    SPF does nothing at all to reduce spam, it's only debatable use is to stop forged senders.
    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

  13. #13
    Member
    Join Date
    Apr 2005
    Posts
    105

    Default

    Quote Originally Posted by jameshsi
    It seems more and more people are talking about this domainkey thing, I just found in /etc/mail/spamassassin/v310.pre file it has something related:
    # DomainKeys - perform DomainKeys verification
    #
    # External modules required for use, see INSTALL for more information.
    #
    #loadplugin Mail::SpamAssassin::Plugin:omainKeys

    Is it possibile that you only need to uncomment it ?

    I doubt it will do any good at this point .. unless your install is different from mine, I do not see a DomainKeys file in the plugin directory!

  14. #14
    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

    No, but you can install it easily enough:

    /scripts/perlinstaller Mail::SpamAssassin::Plugin::DomainKeys
    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

  15. #15
    Member
    Join Date
    Jan 2006
    Posts
    150
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    I don't realy understand. Is this mean that DomainKeys can now be installed just like that:
    /scripts/perlinstaller Mail::SpamAssassin::Plugin::DomainKeys

    and then uncomment that row in this file:
    /etc/mail/spamassassin/v310.pre

    and that's it, or what?

Similar Threads & Tags
Similar threads

  1. How to make central EXIM server with cPanel
    By WebHostDog in forum E-mail Discussions
    Replies: 0
    Last Post: 10-29-2007, 02:04 PM
  2. Exim 4.66 and DomainKeys
    By sehh in forum E-mail Discussions
    Replies: 0
    Last Post: 09-04-2007, 05:24 AM
  3. How to enable DomainKeys with latest exim builds?
    By norelidd in forum E-mail Discussions
    Replies: 17
    Last Post: 06-21-2007, 03:39 AM
  4. Exim and DomainKeys
    By bin_asc in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-16-2006, 10:21 AM
  5. want to make $$? Help us import LDAP into Exim/Cpanel
    By mdietzweb in forum cPanel Developers
    Replies: 1
    Last Post: 05-03-2005, 05:12 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube