Quote:
Originally Posted by wiseman
but iI couLD still install razor and pyzor?
|
Yes.
You can install DCC as follows:
Code:
cd /tmp
wget http://www.dcc-servers.net/dcc/source/dcc-dccproc.tar.Z
tar xzvf dcc-dccproc.tar.Z
cd dcc-dccproc-1.3.102
./configure --with-uid=amavis
make
make install
chown -R amavis:amavis /var/dcc
ln -s /var/dcc/libexec/dccifd /usr/local/bin/dccifd
In /etc/spamassassin/v310.pre you must enable the following line:
Code:
loadplugin Mail::SpamAssassin::Plugin::DCC
Quote:
Originally Posted by wiseman
the howto is working fine but I do notice that when I start and shutdown my
server it does say something about spamassassin not being configured in /etc/default/spamassassin
since amavisd is taking care of this I suppose it does not matter?
wiseman 
|
What's in /etc/default/spamassassin?