Jorey Bump wrote:
Patrick Kranz wrote:

Now I have a customer, who needs the scenario that the usernames for Cyrus differ from the mailbox and mailaddress respectivly. For example [EMAIL PROTECTED] should be able to login with the username someOtherUsername. This need arises from an integration with other software-packages. Is there any possibility to make this work?

Yes, this is no different from any other alias or virtual setup that offers multiple addresses to individual users. You would handle this in the MTA. For example, I use virtual_alias_maps with Postfix, and map all addresses to the corresponding cyrus IMAP user:

 [EMAIL PROTECTED]        admin
 [EMAIL PROTECTED]        admin
 [EMAIL PROTECTED]        admin
 [EMAIL PROTECTED]        bob
 [EMAIL PROTECTED]    bob

You can also use the aliases file and other approaches.


He wants to know how the user can login with login name 'foo' to mailbox called 'bar', that has login 'bar' associated with it.

You can solve this with perdition. You let perdition translate username 'foo' into username 'bar'.

I don't know if you can achieve this with saslauthd.

--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert          [EMAIL PROTECTED]          tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office
Groep Systemen                    Systems group
Universiteit Gent                 Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie               www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to