Re: Postfix/SpamAssassin Integration

2006-04-07 Thread James Keating
Gary W. Smith wrote: In master.cf we have: smtp inet n - n - - smtpd -o content_filter=filter: filterunix - n n - - pipe flags=Rq user=filter argv=/etc/mail/spamassassin/filter.sh -f ${sender} -- ${recipient} filter.sh:

Re: Postfix/SpamAssassin Integration

2006-04-07 Thread Michael Monnerie
On Freitag, 7. April 2006 14:09 James Keating wrote: Any other thoughts? I just found this: http://wiki.apache.org/spamassassin/IntegratePosfixViaSpampd mfg zmi -- // Michael Monnerie, Ing.BSc- http://it-management.at // Tel: 0660/4156531

Re: Postfix/SpamAssassin Integration

2006-04-07 Thread James Keating
Michael Monnerie wrote: On Freitag, 7. April 2006 14:09 James Keating wrote: Any other thoughts? I just found this: http://wiki.apache.org/spamassassin/IntegratePosfixViaSpampd mfg zmi I have already tried this script and it was very close to what I was wanting, but it does not connect to

Re: Postfix/SpamAssassin Integration

2006-04-07 Thread James Keating
Michael Monnerie wrote: I just found this: http://wiki.apache.org/spamassassin/IntegratePosfixViaSpampd mfg zmi I have already tried this script and it was very close to what I was wanting, but it does not connect to spamd in any manner. It actually uses the perl libraries to interact

Re: Postfix/SpamAssassin Integration

2006-04-07 Thread Gary D. Margiotta
Attached is what I use, found it on a webpage about installing SA when I was going through it. Customized slightly for my local usernames and ways of doing things. When spamd dies, all mail continues to come through, it just doesn't get analyzed by SA until spamd gets restarted. Here's my

RE: Postfix/SpamAssassin Integration

2006-04-06 Thread James Keating
Quoting Gary W. Smith [EMAIL PROTECTED]: James, Timeout is 600 seconds. If spamd doesn't have respond in that amount of time them there is something else is wrong. I suppose that if all of the spamd threads are clogged then you might find a waiting list but 600 seconds is a lifetime. That

Re: Postfix/SpamAssassin Integration

2006-04-05 Thread mostlyharmless
James Keating wrote: Dear Sirs/Madams, I have been attempting to properly integrate SpamAssassin into Postfix and have not found the solution that I am looking for. Currently I have Spamassassin running as a daemon (spamd, version 3.1.0a-2) which uses MySQL to store Bayes, AWL, user

Re: Postfix/SpamAssassin Integration

2006-04-05 Thread James Keating
[EMAIL PROTECTED] wrote: Is this a high volume mail server? Yes it is rather high volume server, I don't have any estimates on # of messages. Something like this should do the trick (this is off the cuff, and just a reference, you will have to modify for your exact setup). master.cf

RE: Postfix/SpamAssassin Integration

2006-04-05 Thread Gary W. Smith
Subject: Re: Postfix/SpamAssassin Integration [EMAIL PROTECTED] wrote: Is this a high volume mail server? Yes it is rather high volume server, I don't have any estimates on # of messages. Something like this should do the trick (this is off the cuff, and just a reference, you will have