Well.. yea, they use the unix passwd file so yea, the usernames are unique
for each user, but they have the /etc/virtusertable with entries in it
like this:
[EMAIL PROTECTED] localuser
[EMAIL PROTECTED] localuser2
Knowing this, what would I do? I think I'd do something in ~alias, but
I'm not necessarily sure. I could setup vpopmail and in each domain dir
make the appropriate .qmail file to send to a local user.. However, I
don't want to have system accounts for each user. Perhaps vpopmail with
mysql support would be best? Just throwing ideas out... Any thoughts?
- T
---
Tyler J. Frederick
Senior Systems Engineer
fc.com, Inc.
On 2 Dec 1999, Thomas Neumann wrote:
> If they use their UNIX username/password right now, this means their
> usernames are unique over all virtual domains anyway right now, not
> just unique within each virtual domain, right? Then it should be
> no problem to set up a one-to-one mapping from unique, unqualified
> username to the user's virtual maildomain (perhaps using a CDB file
> that is re-generated once a day for the mapping) and implement
> a checkpassword for qmail-pop3d that uses this mapping to direct
> the user to his associated Maildir. Sounds like 30 lines of perl
> and be done. For mass-converting all currently existing folders
> to Maildir format I'd suggest a small shell script that uses
> formail (from procmail) and safecat ( see
> <URL:http://www.nb.net/~lbudney/linux/software/safecat.html> )
> The downtime would amount to the time that is needed for folder
> conversion, during which I would disable SMTP services (or at least
> not have qmail-send running yet) to avoid a local delivery taking
> place to a folder that is currently being converted to a Maildir.
>
> -t
>
>