OpenNTF.org - SpamAssassin Integration
Home
Download
Projects
IdeaJam
Forums
About
Get Involved
My Links (Not logged in)
User Name
Password
Register
Forgot Password
Project: SpamAssassin Integration (Managed by Nick Radov, Reid Canavan)
Actions:
 
About
Releases
Screenshots
Requests
Bugs
News
Discuss
Docs
Testimonials
All
Response
Subject
Linux - 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.
Feedback
In linux, the -u parameter will not... (Reid J Canavan on 02/13/2008 10:56:39 PM )
. . Linux - SPAMD and reporting sp... (Reid J Canavan on 02/17/2008 09:43:01 PM )
Check out other projects