On Tue, Sep 24, 2002 at 05:03:26PM +0200, Thomas von Hassel wrote: > Ok, this is a tricky one... > > We have several customer that currently run on imail. When they login > to their account they use the following syntax for the login name: > > user*domain.com > > Is there some way to make courier accept those logins as being the same > as [EMAIL PROTECTED] > > That would save us allot of headaches when transferring the accounts > from the new to the old server.
Use the userdb, MySQL, PostgreSQL or LDAP auth methods, and create 2 accounts for each of your users, one with the username [EMAIL PROTECTED] and the other with username user*domain.com. Each of the 2 accounts would have the same password, uid, gid, homedir, maildir and quota parameters, and you can use any number of techniques to ensure that your user management tools keep both entries in sync when adding, deleting or changing a user's account. I personally prefer the SQL database method. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
