Re: [vchkpw] procmail + vpopmail delivery?

2004-03-18 Thread master
even with maildrop i have the same problem (about vpopmail option, quota , autorespond etc..) - Original Message - From: "Jeremy Kitchen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 6:48 PM Subject: Re: [vchkpw] procmail + vpopmail delivery? > On Wed, 2004

[vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread Remo Mattei
Hello guys I have a server which does recognize my header (spamassassin marks SPAM) however it never moves it to the directory called spam here is the mailfilter (which by the way works on a redhat box) this is a SuSE box and it does not put it on the spam folder thanks for any suggestions, PS ye

Re: [vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread master
what does your log say ? i have a script which look like that except i try to use xfilter "/usr/local/bin/deliverquota -w 90 $VHOME to keep the quota working (but mail never arrived with deliverquota instead of to ) - Original Message - From: "Remo Mattei" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [vchkpw] vchkpw seg faults

2004-03-18 Thread Thomas Hudak
On Wed, 2004-03-17 at 14:46, Tom Collins wrote: > Maybe a softlimit issue on your qmail-smtpd process? > > What version of vpopmail? > 5.4.2

Re: [vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread Jeremy Kitchen
On Thu, 2004-03-18 at 08:42, Remo Mattei wrote: > Hello guys I have a server which does recognize my header (spamassassin > marks SPAM) however it never moves it to the directory called spam here is > the mailfilter (which by the way works on a redhat box) this is a SuSE box > and it does not put i

[vchkpw] maildrop & quota & forward & autoresponder

2004-03-18 Thread master
Hi i have the following maildrop file to put spam on different folders : SHELL="/bin/sh" VHOME="/usr/local/vpopmail/domains/$USER/$EXT/Maildir" if ( $SIZE < 262144 ) { exception { xfilter "/usr/local/bin/spamassassin" } } if (/^X-Spam-Status: *Yes/) { # try to deliver to th

[vchkpw] vpopmail openldap freebsd error

2004-03-18 Thread Todd Lewis
I am using FreeBSD 4.9 Openldap 2.21 I have also test this with openldap 2.22 When I compile vpopmail with ldap support using the following command make CONFIGURE_ARGS="--enable-auth-module=ldap" I get the following error cc -O -pipe -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/

[vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Mikael
hey, i'm trying to compile vpopmail-5.4.0 with mysql support, though `(g)make` fails with the following error: gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/local/mysql/lib -lmysqlclient -lz /usr/local/mysql/lib/libmysqlclient.a(password.o): In function `scramble

RE: [vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Shouguan Lin
It happens on the FreeBSD too. The "floor" is in the libm. Edit the Makefile and change "-lz" to "-lz -lm" and it will compile fine. For vi, just do "1,$ s/-lz/-lz -lm/g". Save the Makefile and do a make. -Original Message- From: Mikael [mailto:[EMAIL PROTECTED] Sent: Thursday, March 1

Re: [vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Tom Collins
On Mar 18, 2004, at 3:52 PM, Mikael wrote: have anyone successfully built vpopmail with the binaries that mysql provide? Try this patch and report back. If it solves your problem, then I'll add it to the next release. (If you're not comfortable using patch, it will be easy to modify those files

[vchkpw] qmailadmin quota bug ?

2004-03-18 Thread master
Hi, i have seen that today don t know if it s already known but here is what i seen : when we put a quota to a user and that he have more in his Maildir we received a user quota error and the mail doesnt arrived (well that s nice :) ) BUT if the user activate the autoresponder feature then quota do

Re: [vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Mikael
fredagen den 19 mars 2004 00.12 skrev Tom Collins: > On Mar 18, 2004, at 3:52 PM, Mikael wrote: > > have anyone successfully built vpopmail with the binaries that > > mysql provide? > > Try this patch and report back. If it solves your problem, then I'll > add it to the next release. (If you're n

RE: [vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread Remo Mattei
Well it did not work I tried .spam but no luck. Any other suggestion?? Thanks, Remo Mattei Network Security Engineer cell 801-808-unix email [EMAIL PROTECTED] -Original Message- From: Jeremy Kitchen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:04 AM To: [EMAIL PROTECTED]

Re: [vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread Yuri Nosyrev
> Well it did not work I tried .spam but no luck. Any other suggestion?? try this configuration: import HOST import EXT MAILDIR=/usr/local/vpopmail/domains logfile "$MAILDIR/$HOST/$EXT/maildrop.log" if (/^X-Spam-Flag: *YES/) { log "*

Re: [vchkpw] spamassassin + maildrop issue and suggestions...

2004-03-18 Thread Yuri Nosyrev
oops... > log > "v > SPAM" should look like log "***v> SPAM" i.e. it ONE string only... Best Regards, Yuri Nosyrev Russia, Chita

[vchkpw] qmailadmin spamassassin on/off functionality

2004-03-18 Thread Jeremy Kitchen
So far it's just on/off switch, but it's a start :) Enjoy. This is also going to be posted to the qmailadmin sourceforge project within the hour. The patch was made against qmailadmin 1.2.0 but I don't forsee any difficulty with making against any other version. Beware, if you're using the old