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).
We have users authenticating with [EMAIL PROTECTED] Devdas Bhagat