Is there a guide or experience here installing- and configuring DCC, http://www.rhyolite.com/anti-spam/dcc/ , to play nicely with SpamAssassin installed in CpanelPro?
thanks
Is there a guide or experience here installing- and configuring DCC, http://www.rhyolite.com/anti-spam/dcc/ , to play nicely with SpamAssassin installed in CpanelPro?
thanks
Try Exim+ ClamAV instead. Works like a charm
http://forums.cpanel.net/showthread....ht=exim+clamav
Which has nothing to do with what the OP asked forTry Exim+ ClamAV instead![]()
Here're sintructions for installing DCC which does help improve SA scores:
You will also have to open outbound UDP port 6277 if use use a firewall for it. SA will automatically detect whether DCC (and Razor below) is installed and start using it.Code:wget http://www.dcc-servers.net/dcc/source/dcc-dccproc.tar.Z tar -xzf dcc-dccproc* cd dcc-dccproc-*/ ./configure make make install cdcc info cd .. rm -Rf dcc-dccproc*
I'd also recommend that you look at Vipul's Razor which does a similar thing and also helps improve SA scoring:
http://razor.sourceforge.net
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
Iv installed DCC on every box with the exception of 1. I have spent weeks searching for answers and i cannot resolve the make error on this server. Just cannot get a clean compile to finish the DCC installation.Originally Posted by chirpy
/usr/lib/libmilter.a(main.o): In function `smfi_register':
main.o(.text+0x74): undefined reference to `strlcpy'
/usr/lib/libmilter.a(main.o): In function `smfi_setconn':
main.o(.text+0x12f): undefined reference to `strlcpy'
/usr/lib/libmilter.a(listener.o): In function `mi_milteropen':
listener.o(.text+0x184): undefined reference to `strlcpy'
/usr/lib/libmilter.a(engine.o): In function `st_connectinfo':
engine.o(.text+0x83a): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
make[1]: *** [dccm] Error 1
make: *** [all] Error 2
Something about libmilter. Heck if i can work out what its asking for. Did not get this error on any other cpanel box. /usr/lib/libmilter.a is where is supposed to be. Not sure what its looking for otherwise.![]()
Solved.
rm -f /usr/lib/libmilter.a
Its not needed.![]()
Thanks for that Chirpy!! Finally got DCC working... just one note to anyone else wanting to enable it, edit /etc/mail/spamassassin/v310.pre and uncomment the DCC line so that the plugin works. Remember to install the DCC plugin from WHM->Perl Modules as well.
Any ideas how to install Razor2 as well ?? If its as easy as DCC please let us know Thanks
For DCC, if you're running a firewall, make sure you open up UDP 6277 inbound and outbound. If you install Razor, make sure to open TCP 2703 outbound.
I used the following instructions (ignoring everything but the DCC and Razor instructions) for my install of DCC and Razor:
Razor Install
DCC Install
Mike
Last edited by mtindor; 09-06-2009 at 07:31 PM.
hey Mike I'm a bit confused as to which one is correct ...
Chirpy's instructions only talk of dcc-proc ..it's not a demon of any sort from what I can see. I've done it like that and SA seems to be using DCC. I don't have any DCC demons/processes running on the server
The instructions you used talk about installing demons for DCC and Razor ... what gives? Any ideas?
Cheers
Dan
Installing DCC as a daemon is more efficient. It entailed editing the dcc_conf file and disabling the one option and enabling another (the daemon) option. And then, install the service and start it.
This way you have a DCC daemon running in the background instead of each individual incoming email spawning a separate DCC .
As it is now, if you aren't running as a daemon, you will only see a DCC process for a brief period when it is called during the scanning of an incoming message by spamassassin - it coudl be very brief and so most of the time you would not see it in the process list unless you get a ton of incoming mail.
The razor I installed is not a daemon.
Mike
I see thanks for the explanation. I'll leave dcc as it is since the loads are not affected and it appears to be working too. Now time to install razor ..finally done with this
Have you or your customers noticed a significant drop in (successful) spam ?
I have no clue if the customer notice. Not one of our Cpanel customers has ever complained about spam, over the course of five+ years. But I myself pay attention to those things. And Im sure these steps make a difference to them because they make a difference in what spam I get.
Mike