OpenNTF.org - SpamAssassin Integration

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: SpamAssassin Integration (Managed by Nick Radov, Reid Canavan)
Actions:


Response
SubjectLinux - SPAMD and reporting spam acceptance
Created 02/17/2008 09:43 PM by Reid J Canavan.
Modified<none> by <none>.
Body

On SUSE Linux Enterprise Server the default arguments for spamd is to not accept TELL commands. This removes the ability for the system to learn when being told to see messages as spam or not.

To get around this, change the /etc/sysconfig/spamd file to show the following:

SPAMD_ARGS="-d -c -l -A 127.0.0.1"

This will daemonize, allow local user preferences, accept TELL commands, and only accept connections from the localhost.