Mysql is the way 2 go.
Just my 2 cents.
Remo
- Messaggio originale -
Da: Rick Macdougall <[EMAIL PROTECTED]>
Inviato: martedì 17 luglio 2007 17.30
A: vchkpw@inter7.com
Oggetto: Re: [vchkpw] adduser processing times CDB
Quey wrote:
> Hi All,
>
> I'm not sure things here are efficient
On 7/8/07, Shaohui Zheng <[EMAIL PROTECTED]> wrote:
Thanks Tom and Joshua, the problem was solved. tom find the root cause.
an old vpopmail document misguided me, I replaced qmial-local with
vqmaillocal in vpopmail mail. that is wrong. and now it works.
I write my .qmail-default like this.
| /
you are welcome, it is very simple, you can call vpopmail's binary file to
add a account. what is more, you need to modify the file permission, make
qmail can call this script:
chmod 5755 add_qmail_user.sh
#!/bin/bash
PATH_QMAIL=/var/qmail
FILE_HANGLE_LOG=/var/log/mail_handle
DEFAULT_PASSWORD=
Rick/Remo,
I agree that mysql is now the way to go.
I recompiled in the early hours of this morning for mysql, set up alooping perl
script to randomly generate user and vadduser them , created example.com , I
had 15000 in minutes, I let it go to 90K :) added another, it instantly added,
if
there is a nice option in vpopmail called
learn-password .. so if users are using pop3 it will set the pass that
they have set on their client and put it on the server (mysql) in this
case which I like it a lot.. users will not know about it and it will
set password for their current one.
Rem