On Wed, 1 May 2002, Devdas Bhagat wrote:

> On 30/04/02 23:12 -0400, Igor Brezac wrote:
> > I am looking at a prospect of integrating several customer bases into one
> > email server (cyrus :)) while maintaining email addresses from various
> > domain names.  I would also like for the transition to be transparent to
> > the clients' setup (Outlook, etc).  The main obstacle is the duplicate
> > usernames.  Perhaps, the aggregator may help with this issue.  Another
> > solution can be a simple user rewrite module for pop/imap/sieve.  This can
> How do the customers currently authenticate? User rewriting is pretty
> easy, but then all users have to authenticate as [EMAIL PROTECTED] which you
> rewrite to the actual mailbox. If this is not an option, then you will
> probably have to have separate cyrus installations per domain.
> (The rewriter needs some information about what domain to rewrite to).

cyrus can listen on multiple interfaces.  The rewrite code can check where
the connection came from and then apply the rewrite rule accordingly.

>
> We have users authenticating with [EMAIL PROTECTED]

I'd like to avoid this if I can, but I may have to go this route.  What is
the cyrus mailbox name for [EMAIL PROTECTED] vs [EMAIL PROTECTED]?

-Igor



Reply via email to