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

RE: [vchkpw] switching database servers

2003-02-14 Thread Benjamin Tomhave
the 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 database servers Recompile. And do

Re: [vchkpw] switching database servers

2003-02-14 Thread dWi saSonO b
. -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 database servers Recompile. And do it from fresh source, don't just do a make clean

Re: [vchkpw] switching database servers

2003-02-14 Thread dWi saSonO b
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

RE: [vchkpw] switching database servers

2003-02-14 Thread Clayton Weise
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 [mailto:[EMAIL

RE: [vchkpw] switching database servers

2003-02-14 Thread domi
-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, would it be possible to add a config file, read

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 stdio.h #include string.h char server[20]; char user[20]; char passwd[20]; int main(void ) { FILE

RE: Re: [vchkpw] switching database servers

2003-02-14 Thread domi
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 database servers On 14 Feb 2003 22:45:05 - [EMAIL PROTECTED] wrote: To let vpopmail read

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 a

RE: Re: [vchkpw] switching database servers

2003-02-14 Thread domi
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/delivery = 15000 deliveries Why on earth would you shut down delivery

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

2003-02-14 Thread Benjamin Tomhave
: [vchkpw] switching database servers 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