Re: [qmailtoaster] bayes_* permissions

2006-11-07 Thread Quinn Comendant
It's not necessary, but it's a pretty darned good idea. Are you running any periodical (cron) sync or expire options with sa-learn? Training mechanisms? I'm venturing to setup a setup within Horde/IMP so users can flag spam/ham message to help train the database. But I'm still a bit short in

RE: [qmailtoaster] bayes_* permissions

2006-11-07 Thread David Sánchez Martín
@qmailtoaster.com Asunto: Re: [qmailtoaster] bayes_* permissions It's not necessary, but it's a pretty darned good idea. Are you running any periodical (cron) sync or expire options with sa-learn? Training mechanisms? I'm venturing to setup a setup within Horde/IMP so users can flag spam/ham message to help

RE: [qmailtoaster] bayes_* permissions

2006-11-07 Thread fuzzy
On Tue, November 7, 2006 2:45 am, David Sánchez Martín wrote: Maybe this is usefull for somebody. I've a cronjob like this that was *very* useful. i am a noob, yet i was able to follow your post and implement squirrel spam training for my toaster...after installing spam_buttons and

Re: [qmailtoaster] bayes_* permissions

2006-11-07 Thread Eric \Shubes\
Quinn Comendant wrote: It's not necessary, but it's a pretty darned good idea. Are you running any periodical (cron) sync or expire options with sa-learn? Not yet. I've been leaving that out in hopes of pinpointing what the problem really is. I wait for it to break, run something, and wait

Re: [qmailtoaster] bayes_* permissions

2006-11-07 Thread Quinn Comendant
Actually I think I was wrong on this. For sa-learn, -C is for the *distributed* config files (i.e. /usr/share/spamassassin)... -C path, --configpath=path, --config-file=path Use the specified path for locating the distributed configuration files. Ignore the default

[qmailtoaster] bayes_* permissions

2006-11-06 Thread Quinn Comendant
How do you guys keep reins on your /home/vpopmail/.spamassassin/* files? I find that after running sa-learn --sync, etc the bayes_toks file becomes root:root 600, and I get these errors in the spamd log: 2006-11-06 18:15:15.237817500 [2] info: spamd: connection from localhost [127.0.0.1]

Re: [qmailtoaster] bayes_* permissions

2006-11-06 Thread Quinn Comendant
Well, good! At least I didn't do anything wrong. Do you have a cron job running spammassassin or sa-learn? If you're running sa-learn, you'll need to use the '-u vpopmail' and that should work. I do have a cron job, and I can fix that to run as user vpopmail. I've been trying to find a way

Re: [qmailtoaster] bayes_* permissions

2006-11-06 Thread Eric \Shubes\
Quinn Comendant wrote: Well, good! At least I didn't do anything wrong. Do you have a cron job running spammassassin or sa-learn? If you're running sa-learn, you'll need to use the '-u vpopmail' and that should work. I do have a cron job, and I can fix that to run as user vpopmail.

Re: [qmailtoaster] bayes_* permissions

2006-11-06 Thread Quinn Comendant
Whoops. Try -H. By default sudo does not modify the $HOME variable, leaving set to root... -H The -H (HOME) option sets the HOME environment variable to the homedir of the target user (root by default) as specified in passwd(5). By default, sudo does not modify HOME. Or, if you have

Re: [qmailtoaster] bayes_* permissions

2006-11-06 Thread Eric \Shubes\
Ok, that works. I got [16160] warn: config: created user preferences file: /home/vpopmail/.spamassassin/user_prefs the first time I ran it, so apparently it hadn't been created yet. I suppose I can eliminate the bayes_path in my local.cf file, since it should find it this way. I guess thing to