how to make exim with domainkeys in cpanel???
how to make exim with domainkeys in cpanel???
can u elaborate what u want to accomplish.
cPanel Certified Specialist
http://www.admin-ahead.com
https://ticketforge.com
AIM: tux image Skype: admin-ahead
i don't know how to install domainkeys ...
thank u !
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
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"
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)
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
reads the manual at that page. this is a thing which I can not do with a cpanel compiled binary...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:
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)
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
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 ?
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.
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
Originally Posted by jameshsi
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!
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
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?