[imp] Imp+vpop3+qmail
Lynn Schaper
schaper@Colorado.EDU
Mon, 20 Nov 2000 11:12:58 -0700 (MST)
Couldn't you use a server list, defined in config/servers.php3? Your
list could be all of your aliased hosts: lewis.org, atlantic.net, etc.
Then, within the servers.php3 file, you set the $from_server for each
host to match the hostname. All users would end up on the same host,
but should have different return addresses....
Lynn
--
Lynn Schaper Schaper@colorado.edu
Information Technology Services Central and Unix Services
University of Colorado at Boulder 303-492-3872
>
> Quoting jlewis@lewis.org:
>
> > Here's what I suspect he (and many others) would like:
> >
> > virtual domain support without selecting the imap server from the
> > selection list. i.e. log in as jlewis@lewis.org and IMP "knows" that the
> > username is jlewis, the imap server is imap.lewis.org, the default from
> > domain is lewis.org, the default to domain is lewis.org, etc. If I log in
> > as jlewis@atlantic.net, substitute atlantic.net for lewis.org everywhere
> > above. This way you can give IMP access to all your virtual domains
> > without having to maintain (and make available to everyone) a list of all
> > your virtual domains.
>
> We can't do that, or at least I'm reluctant to do it - some IMAP servers
> accept usernames of that form, so we can't assume that an @ is
> information that we can throw away.
>
> However, if you use the hidden server list and the "preferred" attribute, you
> can achieve something similar - if a user goes to webmail.foo.com, they
> will be assumed to be logging into whatever entry you have for foo.com,
> and if they go to bar.com, they'll be logged into bar.com. Etc...
>
> -chuck