Front page | perl.qpsmtpd |
Postings from March 2005
Re: auth_vpopmail_sql
Thread Previous
From:
John Peacock
Date:
March 30, 2005 07:13
Subject:
Re: auth_vpopmail_sql
Message ID:
424AC230.5060102@rowman.com
Jeff Roberts wrote:
> as best I can tell this plugin was written for a vpopmail install that
> lacks virtual domains. my vpopmail db does not contain a vpopmail
> table within it, but it has tables for each virtual domain hosted. I
> hacked up the code to get the smtp auth i needed for one domain
> temporarily but I'd be interested in adding support for vdomains if
> thats actually my problem.
Not really; this plugin was written for sites which use the vpopmail
option '--enable-many-domains=y' which stores all virtual domains in a
single table (which is how I run vpopmail). I can see that someone
might want to delegate responsibility for domains to others (and wanting
to prevent those people from seeing the passwords for other domains).
Send me your changes off list and I'll take a look at integrating
multiple domain support into the system. You'll have to tell me what
the naming convention for the domain tables are (since, as I said, I
don't run that way)...
John
Thread Previous