Re: [toaster] chkusr question

2005-03-08 Thread tonix (Antonio Nati)
Shane,
chkuser uses vpopmail APIs for the most of checking, using its own code 
only when APIs are not available (ezmlm mailing lists, .qmail-default 
aliases, etc). So chkuser can use whatever DB vpopmail is using.

New users in MySQL tables should be cought by vpopmail calls, I don't see 
any problem on that.

Cheers,
Tonino
At 18.03 08/03/2005, you wrote:
Tonix,
When using chkusr with mysql support, does it check the vpopmail table
for the user or rather does it query for the existence of the user via
the API somehow? The reason i ask is that in the older versions of
vpopmail you could add a user directly to the vpopmail table and if the
account hadnt been created on disk when the first email arrived, it
would provision it. Makes life simpler for admin only having to make the
billing system talk to the DB.
cheers
Shane



Re: [toaster] chkusr question

2005-03-08 Thread Shane Chrisp
On Tue, 2005-03-08 at 18:10 +0100, tonix (Antonio Nati) wrote:
 New users in MySQL tables should be cought by vpopmail calls, I don't see 
 any problem on that.

Thanks Tonix. I thought that would have been the case, i just wanted to
satisfy my curiosity. :)

Shane