#1 (permalink)  
Old 08-11-2004, 03:50 PM
Registered User
 
Join Date: Aug 2004
Posts: 1
dcc4me is on a distinguished road
Question how2? Cpanel Pro and DCC

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-11-2004, 04:21 PM
Banned
 
Join Date: Apr 2004
Posts: 424
chadi is an unknown quantity at this point
Try Exim+ ClamAV instead. Works like a charm
Exiscan+Clam+Exim Autoinstaller
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-12-2004, 04:29 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
Quote:
Try Exim+ ClamAV instead
Which has nothing to do with what the OP asked for

Here're sintructions for installing DCC which does help improve SA scores:
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*
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.

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
cPanel Forum Moderator

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-02-2005, 01:58 PM
Banned
 
Join Date: Jul 2005
Posts: 537
jackie46 is an unknown quantity at this point
Quote:
Originally Posted by chirpy
Which has nothing to do with what the OP asked for

Here're sintructions for installing DCC which does help improve SA scores:
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*
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.

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

/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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-02-2005, 04:25 PM
Banned
 
Join Date: Jul 2005
Posts: 537
jackie46 is an unknown quantity at this point
Solved.

rm -f /usr/lib/libmilter.a

Its not needed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-06-2009, 10:35 AM
Registered User
 
Join Date: Jan 2003
Posts: 156
qwerty
Quote:
Originally Posted by chirpy View Post
Which has nothing to do with what the OP asked for

Here're sintructions for installing DCC which does help improve SA scores:
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*
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.

I'd also recommend that you look at Vipul's Razor which does a similar thing and also helps improve SA scoring:
Vipul's Razor: home
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-06-2009, 07:00 PM
Registered User
 
Join Date: Sep 2004
Posts: 815
mtindor is on a distinguished road
Quote:
Originally Posted by qwerty View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-06-2009, 07:30 PM
Registered User
 
Join Date: Jan 2003
Posts: 156
qwerty
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-06-2009, 07:35 PM
Registered User
 
Join Date: Sep 2004
Posts: 815
mtindor is on a distinguished road
Quote:
Originally Posted by qwerty View Post
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-07-2009, 06:37 PM
Registered User
 
Join Date: Jan 2003
Posts: 156
qwerty
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 ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 09-07-2009, 11:32 PM
Registered User
 
Join Date: Sep 2004
Posts: 815
mtindor is on a distinguished road
Quote:
Originally Posted by qwerty View Post
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:37 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc