Re: Using Pzyor with high volume

2008-05-02 Thread Robert Blayzor
On May 1, 2008, at 10:02 PM, Michael Hutchinson wrote: Anyway, just thought you ought to know about the high volume thing. You might get your end running sweet and fast, but it may cause rejected lookups when you're scanning mail. I'm pretty much putting Pyzor on the back burner for now. E

RE: Using Pzyor with high volume

2008-05-01 Thread Michael Hutchinson
> In regards to Pyzor. I'm wondering if anyone out there is using this > at any large scale. Unlike the razor-agent which appears to be a Perl > module that gets loaded at startup, I'm concerned about SA having to > exec the python interpreter and having that setup/teardown time for > each and e

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
quot;spamc". - Jason -Original Message- From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 12:31 PM To: users@spamassassin.apache.org Subject: Re: Using Pzyor with high volume On 30.04.08 16:39, Jason J. Ellingson wrote: > readyexec is *USER* sp

Re: Using Pzyor with high volume

2008-05-01 Thread Matus UHLAR - fantomas
On 30.04.08 16:39, Jason J. Ellingson wrote: > readyexec is *USER* specific. You *MUST* launch the readyexecd.py > "server" part as the SAME user as the user of readyexec "client". > > My spamd service is run as a user "spamc", while I was adding the > service as "root". > > Now, that I have the

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
- Jason -Original Message- From: neil [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 11:00 AM To: Jason J. Ellingson Cc: users@spamassassin.apache.org Subject: Re: Using Pzyor with high volume Hi; >Since you are running the "server" portion as "nobody"... Then

Re: Using Pzyor with high volume

2008-05-01 Thread neil
now don't match, it'll give you that error. - Jason -Original Message- From: neil [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 9:31 AM To: Jason J. Ellingson Cc: Ben Poliakoff; Robert Blayzor; users@spamassassin.apache.org Subject: Re: Using Pzyor with high volum

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
have the service running as "spamc", we have success! > > Thanks for your help folks! > > - Jason > > -Original Message- > From: Jason J. Ellingson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 30, 2008 3:21 PM > To: Ben Poliakoff > Cc: Robert Blayzor; users@s

Re: Using Pzyor with high volume

2008-05-01 Thread neil
the user of readyexec "client". My spamd service is run as a user "spamc", while I was adding the service as "root". Now, that I have the service running as "spamc", we have success! Thanks for your help folks! - Jason -----Original Message----- From: Jaso

RE: Using Pzyor with high volume

2008-04-30 Thread Jason J. Ellingson
the service running as "spamc", we have success! Thanks for your help folks! - Jason -Original Message- From: Jason J. Ellingson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 3:21 PM To: Ben Poliakoff Cc: Robert Blayzor; users@spamassassin.apache.org Subject: R

Re: Using Pzyor with high volume

2008-04-30 Thread Ben Poliakoff
* Jason J. Ellingson <[EMAIL PROTECTED]> [20080430 13:21]: > I am trying those settings, yet I get no Pyzor hits. > > I can manually do a "readyexec /tmp/pyzor ping" which works fine... > > Any other suggestions? > Try running spamassassin with debug mode on (-D) look for pyzor related stuff.

RE: Using Pzyor with high volume

2008-04-30 Thread Jason J. Ellingson
o: Jason J. Ellingson Cc: Robert Blayzor; users@spamassassin.apache.org Subject: Re: Using Pzyor with high volume * Jason J. Ellingson <[EMAIL PROTECTED]> [20080430 11:07]: > Yup... I got the "server" portion running... The trick now is to get > SpamAssassin to use "readyex

Re: Using Pzyor with high volume

2008-04-30 Thread Ben Poliakoff
* Jason J. Ellingson <[EMAIL PROTECTED]> [20080430 11:07]: > Yup... I got the "server" portion running... The trick now is to get > SpamAssassin to use "readyexec /tmp/pyzor" instead of just "pyzor"... > Any suggestions? I was looking at modifying Pyzor.pm in the > SpamAssassin perl directory. So

Re: Using Pzyor with high volume

2008-04-30 Thread Robert Blayzor
On Apr 30, 2008, at 2:04 PM, Jason J. Ellingson wrote: Yup... I got the "server" portion running... The trick now is to get SpamAssassin to use "readyexec /tmp/pyzor" instead of just "pyzor"... Any suggestions? I was looking at modifying Pyzor.pm in the SpamAssassin perl directory. My guess..

RE: Using Pzyor with high volume

2008-04-30 Thread Jason J. Ellingson
-- From: Ben Poliakoff [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 1:02 PM To: Jason J. Ellingson Cc: Robert Blayzor; users@spamassassin.apache.org Subject: Re: Using Pzyor with high volume * Jason J. Ellingson <[EMAIL PROTECTED]> [20080430 10:59]: > I decided to look into this a

Re: Using Pzyor with high volume

2008-04-30 Thread Ben Poliakoff
* Jason J. Ellingson <[EMAIL PROTECTED]> [20080430 10:59]: > I decided to look into this as well. > > I managed to get ReadyExec installed, but am having difficulty changing > the Pyzor.pm to find and use readyexec properly. Anyone else have luck? > This works for me: readyexecd.py /tmp/p

RE: Using Pzyor with high volume

2008-04-30 Thread Jason J. Ellingson
, 2008 11:05 AM To: Ben Poliakoff Cc: users@spamassassin.apache.org Subject: Re: Using Pzyor with high volume On Apr 30, 2008, at 11:59 AM, Ben Poliakoff wrote: > Seems to be just the sort of thing to address your concern (short of > a perl implementation of the pyzor client). I should note t

Re: Using Pzyor with high volume

2008-04-30 Thread Robert Blayzor
On Apr 30, 2008, at 11:59 AM, Ben Poliakoff wrote: Seems to be just the sort of thing to address your concern (short of a perl implementation of the pyzor client). I should note that *I* haven't used the ReadyExec stuff in my environment [1] (where executing the pyzor client hasn't been much o

Re: Using Pzyor with high volume

2008-04-30 Thread Ben Poliakoff
* Robert Blayzor <[EMAIL PROTECTED]> [20080430 07:46]: > In regards to Pyzor. I'm wondering if anyone out there is using this at > any large scale. Unlike the razor-agent which appears to be a Perl module > that gets loaded at startup, I'm concerned about SA having to exec the > python interp