PDA

View Full Version : spamd configuration


digital
04-08-2004, 01:32 PM
hi

i have installed woody + qmail + vpopmail + spamassassin + qmailscanner follow the documentation of qmr

is it possible to able bayes and autolearning for spamd ?

which conf file i must change ?

TIA
Nicols

Bookworm
04-10-2004, 12:41 AM
If you use the QMR documentation, you'll need a /home/spamd directory, owned by spamd, also creating a /home/spamd/.spamassassin

Then, the next time you stop and start it, it should start creating the files.

Seed the database with known spam by going into the known spam directory and typing sa-learn --spam *.

Seed the database with known good mail by going into the known good mail directory and typing sa-learn --ham *

BW