[vchkpw] DEAD THREAD RE: [vchkpw] switching database servers

2003-02-14 Thread Benjamin Tomhave
15-Feb-2003 05:00:47 +0100 >> From: Andrew Kohlsmith <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Subject: Re: [vchkpw] switching database servers >> >> > 5 min * 60 sec/min = 300 sec >> > 300 sec / .02 sec/delivery = 15000 deliveri

RE: Re: [vchkpw] switching database servers

2003-02-14 Thread domi
... > Original Message - > Date: 15-Feb-2003 05:00:47 +0100 > From: Andrew Kohlsmith <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: [vchkpw] switching database servers > > > 5 min * 60 sec/min = 300 sec > > 300 sec / .02 sec/del

Re: [vchkpw] switching database servers

2003-02-14 Thread Andrew Kohlsmith
> 5 min * 60 sec/min = 300 sec > 300 sec / .02 sec/delivery = 15000 deliveries Why on earth would you shut down delivery for the compile? time to make install: 30 seconds 30 sec / .02 sec/delivery = 1500 deliveries that's one order of magnitude, assuming that you need the full 30 seconds to do

RE: Re: [vchkpw] switching database servers

2003-02-14 Thread domi
it'd take to move the SQL server and recompile vpopmail and that is definitely a waste :-) > Original Message - > Date: 15-Feb-2003 00:23:55 +0100 > From: dWi saSonO b <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: [vchkpw] switching databa

Re: [vchkpw] switching database servers

2003-02-14 Thread dWi saSonO b
On 14 Feb 2003 22:45:05 - [EMAIL PROTECTED] wrote: > > To let vpopmail read a config file is nothing > but waste > > =d0Mi= > example program to get server name,user, and passwd. #include #include char server[20]; char user[20]; char passwd[20]; int main(void ) { FILE *fd; char da

RE: [vchkpw] switching database servers

2003-02-14 Thread domi
14-Feb-2003 22:40:30 +0100 > From: Benjamin Tomhave <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: [vchkpw] switching database servers > > What would it take for this to be a configurable parameter instead of a > compiled-in parameter? In other words,

RE: [vchkpw] switching database servers

2003-02-14 Thread Clayton Weise
EMAIL PROTECTED] Subject: RE: [vchkpw] switching database servers Ok, this raises for me an interesting questionsshould vpopmail only ever use a local db? Or is it reasonable to try using a remote (obviously not too terribly remote) db? > -Original Message- > From: Clayton Weise [ma

Re: [vchkpw] switching database servers

2003-02-14 Thread dWi saSonO b
t config file. Remember that > vpopmail is called on upon every message delivery, password check, etc etc. > > -Clayton > > -Original Message- > From: Benjamin Tomhave [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 1:40 PM > To: [EMAIL PROTECTED] >

RE: [vchkpw] switching database servers

2003-02-14 Thread Benjamin Tomhave
3 2:47 PM > To: 'Benjamin Tomhave'; [EMAIL PROTECTED] > Subject: RE: [vchkpw] switching database servers > > > That might be feasable.. if vpopmail ran as a daemon. But vpopmail gets > called on by qmail. So if vpopmail had a config file it could damper it's >

RE: [vchkpw] switching database servers

2003-02-14 Thread Clayton Weise
that vpopmail is called on upon every message delivery, password check, etc etc. -Clayton -Original Message- From: Benjamin Tomhave [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] switching database servers What would it take for

Re: [vchkpw] switching database servers

2003-02-14 Thread dWi saSonO b
to be compiled into the program itself. > > > -Original Message- > > From: Clayton Weise [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 14, 2003 1:47 PM > > To: 'Benjamin Tomhave'; [EMAIL PROTECTED] > > Subject: RE: [vchkpw] switching databa

RE: [vchkpw] switching database servers

2003-02-14 Thread Benjamin Tomhave
server, user and password to be compiled into the program itself. > -Original Message- > From: Clayton Weise [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 1:47 PM > To: 'Benjamin Tomhave'; [EMAIL PROTECTED] > Subject: RE: [vchkpw] switching databas

RE: [vchkpw] switching database servers

2003-02-14 Thread Clayton Weise
Recompile. And do it from fresh source, don't just do a make clean and reconfigure it. -Clayton -Original Message- From: Benjamin Tomhave [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: [vchkpw] switching database servers Hello, If I