RE: [SAtalk] More SA site-wide stuff

2002-05-03 Thread Henry Kwan
Hi Craig, > HK> 1. The startup script runs OK as a softlink in /etc/rc3.d from > HK> /etc/rc.d/init.d but it doesn't run if the script is actually in /etc/rc3.d. > HK> Comes back with an error complaining that it can't access > HK> auto_whitelist_path in /root/.spamassassin/auto-whitelist. > > T

RE: [SAtalk] More SA site-wide stuff

2002-05-03 Thread Henry Kwan
> And then stick the following three lines in the top of your /etc/procmailrc > > LOGABSTRACT=all > LOGFILE=/var/log/prcmail.log > VERBOSE=YES > > Then, tail -f /var/log/procmail.log > > It'll tell you more than you need to know, but should help you in traking > down what is or isn't happening

Re: [SAtalk] More SA site-wide stuff

2002-05-02 Thread Charlie Watts
On Thu, 2 May 2002, LuKreme wrote: > On Wednesday, May 1, 2002, at 11:46 PM, Kelsey Cummings wrote: > > LOGABSTRACT=all > > LOGFILE=/var/log/prcmail.log > > VERBOSE=YES > > I did this about 2 hours ago. Actually, closer to 3. I've send numerous > copies of the spam to various email accounts and

Re: [SAtalk] More SA site-wide stuff

2002-05-02 Thread Chuck Wolber
> > LOGABSTRACT=all > > LOGFILE=/var/log/prcmail.log > > VERBOSE=YES > > I did this about 2 hours ago. Actually, closer to 3. I've send numerous > copies of the spam to various email accounts and have seen nothing in > procmail.log. FWIW, I'm seeing the *EXACT* same behaviour. Forgive me i

Re: [SAtalk] More SA site-wide stuff

2002-05-02 Thread Craig R Hughes
LuKreme wrote: L> And no one ever said, "hey dumbass, did you edit master.cf so that procmail L> is set?" Well, you said procmail was being invoked sometimes, so I assumed it was being invoked, and that meant you'd added it into the chain somehow. C ___

Re: [SAtalk] More SA site-wide stuff

2002-05-02 Thread LuKreme
On Thursday, May 2, 2002, at 01:00 AM, LuKreme wrote: > On Thursday, May 2, 2002, at 12:50 AM, Craig R Hughes wrote: >> LuKreme wrote: I-R-A-MORON. sigh. Hey, NOTHING I read said I had to explicitly turn on procmail in the master. cf file for postfix. And I searched DOZENS of sites. And n

Re: [SAtalk] More SA site-wide stuff

2002-05-01 Thread LuKreme
Looking through /etc/mail/sendmail.cf I see this: ##*## ### PROCMAIL Mailer specification ### ##*## # $Id: procmail.m4,v 1.1.1.3 2000/06/10 00:40:39 wsanchez Exp $ # Mprocmail, P=/usr/bin/procmail, F=DFM

Re: [SAtalk] More SA site-wide stuff

2002-05-01 Thread LuKreme
On Thursday, May 2, 2002, at 12:50 AM, Craig R Hughes wrote: > LuKreme wrote: > > L> On Wednesday, May 1, 2002, at 11:46 PM, Kelsey Cummings wrote: > L> > LOGABSTRACT=all > L> > LOGFILE=/var/log/prcmail.log > L> > VERBOSE=YES > L> > L> I did this about 2 hours ago. Actually, closer to 3. I've

Re: [SAtalk] More SA site-wide stuff

2002-05-01 Thread Craig R Hughes
LuKreme wrote: L> On Wednesday, May 1, 2002, at 11:46 PM, Kelsey Cummings wrote: L> > LOGABSTRACT=all L> > LOGFILE=/var/log/prcmail.log L> > VERBOSE=YES L> L> I did this about 2 hours ago. Actually, closer to 3. I've send numerous L> copies of the spam to various email accounts and have seen no

Re: [SAtalk] More SA site-wide stuff

2002-05-01 Thread LuKreme
On Wednesday, May 1, 2002, at 11:46 PM, Kelsey Cummings wrote: > LOGABSTRACT=all > LOGFILE=/var/log/prcmail.log > VERBOSE=YES I did this about 2 hours ago. Actually, closer to 3. I've send numerous copies of the spam to various email accounts and have seen nothing in procmail.log. I know tha

Re: [SAtalk] More SA site-wide stuff

2002-05-01 Thread Kelsey Cummings
On Wed, May 01, 2002 at 06:54:37PM -0700, Craig R Hughes wrote: > HK> 3. Finally, putting the ':0fw | spamc' line in /etc/procmailrc doesn't seem > HK> to work. I have to invoke spamc from ~/.procmailrc instead. A little bit > HK> of a hassle since I have to manually do this for every user. >

[SAtalk] More SA site-wide stuff

2002-05-01 Thread Henry Kwan
Thanks to folks for the suggestions. I ended up running the spamd/spamc combo. It seems to work well enough except for a couple of strange quirks. Again, this is a fairly standard P3-733/256MB running RH7.0/sendmail8.11.6-2 1. The startup script runs OK as a softlink in /etc/rc3.d from /etc