Mark wrote: > One you get this working, amavisd-new would most likely > work with dcc too. I only have experience with dccproc > and never tried to run a local dcc server.
> Mark dccifd and dccm are clients. Servers are disabled by default. Actually, if you install from source, both are disabled unless you configure dcc to use them. If you have only been using dccproc, you could gain a performance advantage by enabling dccifd (spamassassin will use it instead of dccproc if it is running). It is necessary to configure dcc_home so spamassassin can find the socket. The init script for dcc should read its configuration from dcc_conf. So, to get dccifd running, you would set DCCIFD_ENABLE=on and reload the init script. An init script 'rcDCC' is supplied with the source if needed. Personally, I install from source, and configure it with: ./configure --with-uid=amavis I also make sure my amavisd-new user owns the dcc files: chown -R amavis:amavis /var/dcc And as I said earlier, you have to keep the log files under control, and of course you have to make sure spamassassin can find and r/w the socket. Gary V ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
