Thanks for the starting point. I modified my /etc/mail/spamassassin/local.cf file to have a really low spam threshold (required_score 1) and to make sure that the config file was reread I rebooted the server. I am still not seeing any information in the headers of emails to indicate that spamassassin is running. Here is my config file:
[EMAIL PROTECTED] spamassassin]# cat local.cf # These values can be overridden by editing ~/.spamassassin/user_prefs.cf # (see spamassassin(1) for details) # These should be safe assumptions and allow for simple visual sifting # without risking lost emails. ok_locales all skip_rbl_checks 1 required_score 1 report_safe 0 rewrite_header Subject ****SPAM**** use_pyzor 1 use_auto_whitelist 1 use_bayes 1 use_bayes_rules 1 bayes_auto_learn 1 I will search through the archive for the messages about forcing simscan. Also, just to prevent a silly mistake, am I correct in thinking that spamassassin scans every message even if I send from my account to my account? I.E. inside my own domain? Thanks, Shea > I have it installed on 2 seperate systems and this is where you need to > look. > > > start there, that's the config for the spamassassin daemon. you'll > have to restart qmail to have it take effect. > > Also there is a setting to force simscan which in turn forces qmail > toaster to scan through spamassassin. it is on a previous email to > the list so maybe check the wiki or the website for that. i'd look it > up but i'm not on that machine and can't email out from it for a few > hours. > > > > Quoting [EMAIL PROTECTED]: > >> I am having trouble with my Qmail Toaster installation. I followed the >> instructions and I have a working qmail instalation with the exception >> of >> spamassassin and clamav. When I send myself an email there is no header >> information reflecting a scan by spamassassin. >> >> I have also tried viewing the logs with: >> tail -F /var/log/qmail/spamassassin/current and there is never any >> change >> in the logs as I send messages. >> >> I have also ensured that "qmailctl stat" shows that spamassassin is >> running. I am using a brand new installation of Fedora Core 6. I thought >> this might be a simscan issue but I am not finding much info out on the >> web for what conf files to view to make sure simscan is getting called >> properly. Any thoughts on where to go next? >> >> Thanks, >> Shea Lutton >> >> >> >> >> --------------------------------------------------------------------- >> QmailToaster hosted by: VR Hosted <http://www.vr.org> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
