[vchkpw] maildrop mysql, and ongoing courier battles

2003-10-03 Thread Tim Hasson
Ok, All I want to do is invoke maildrop from .qmail-default for some domains, and have maildrop read the users homedirs from the mysql db. Apparantly, it doesn't work. I tried virtually everything. I added the -V 9 option to maildrop for debugging, and it always says: @40003f7d5922332596fc

[vchkpw] Restrict no. of smtp connections based on IP

2003-10-03 Thread Jesus Ruiz
Hello, Is there any way to restrict no. of smtp connections a particular IP establishes with my mailserver, for say , per day , or per hour basis. This is to stop those spammers who slowly but steadily send thousands of mails thru my mailserver. Spammer can be a valid user of my mail domai

RE: [vchkpw] maildrop mysql, and ongoing courier battles

2003-10-03 Thread Tom Walsh
::All I want to do is invoke maildrop from .qmail-default for some ::domains, and ::have maildrop read the users homedirs from the mysql db. :: ::Apparantly, it doesn't work. I tried virtually everything. I ::added the -V 9 ::option to maildrop for debugging, and it always says: Just a stab in the

[vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread Tom Collins
To the best of my knowledge, the only critical errors holding up a stable release are as follows: Bug 795688: Code that checks user limits does not take the domain limits into account. Bug 809472: A vset_limits error in vmysql.c. Bug 809564: Problem with vadddomain when specifying uid/gid. If you

[vchkpw] Vpopmail + sa-learn (SpamAssassin)

2003-10-03 Thread Doug Ledbetter
Hello all, I've setup SpamAssassin to work with individual Vpopmail mailboxes. I want to know if sa-learn can be used in this configuration? If so, how do you tell sa-learn which Bayes database you want to use? I'm currently using one Bayes database per email domain, but I may offer

Re: [vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread Jonathan Viney
Hi, On Sat, 2003-10-04 at 06:57, Tom Collins wrote: > To the best of my knowledge, the only critical errors holding up > astable release are as follows: Great to see it moving to a stable release! One thing I just noticed is that configure appears to run again when running make. ie: ./configure

Re: [vchkpw] Outlook unable to relay, Kmail can...

2003-10-03 Thread David Benson
Tonino, I have the Linux mail clients configured exactly the same as their Windows counterparts... But your question got me thinking and retracing my install steps (again) and here is something that I thought of: I didn't do the SMTP-AUTH patch when I compiled. That considered, shouldn't ever

Re: [vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread Tom Collins
On Friday, October 3, 2003, at 03:36 PM, Jonathan Viney wrote: One thing I just noticed is that configure appears to run again when running make. ie: ./configure make causes configure to be run twice is this intentional? There's always more to learn with the configure/Makefile voodoo. My gues

Re: [vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread X-Istence
Tom Collins wrote: On Friday, October 3, 2003, at 03:36 PM, Jonathan Viney wrote: One thing I just noticed is that configure appears to run again when running make. ie: ./configure make causes configure to be run twice is this intentional? There's always more to learn with the configure/Ma

RE: [vchkpw] maildrop mysql, and ongoing courier battles

2003-10-03 Thread Tim Hasson
Quoting Tom Walsh <[EMAIL PROTECTED]>: > Just a stab in the dark... but what shell do you have for the user vpopmail? > is it a valid shell or something like /bin/nologin? > > Try using a valid shell for the vpopmail user. maildrop doesn't run setuid > so it must be run under the shell of the exe

Re: [vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread Michael Bowe
> Tom Collins wrote: > > > On Friday, October 3, 2003, at 03:36 PM, Jonathan Viney wrote: > > > >> One thing I just noticed is that configure appears to run again when > >> running make. ie: > >> > >> ./configure > >> make > >> > >> causes configure to be run twice is this intentional? > > > >

Re: [vchkpw] Vpopmail 5.3.28 released

2003-10-03 Thread Jonathan Viney
Hi, > > > My guess is that it has to do with the date/timestamps on the various > > > configure files. It shouldn't be a problem, since configure is re-run > > > with the same options. > This would appear to be right. Running "touch ac* config*" causes configure to only be run once alth