Hi there!
I need someone to explain how authentication happens when using virtual domains on Cyrus IMAP.
I have added the users to Cyrus, with:
domain> cm user.john@xxxxxxx domain> cm user.peter@xxxxxxxxx
And I can list them, their mailboxes are there. Everything seems fine. Now, how do I have to add the users using "saslpasswd2", would it be:
shell# saslpasswd2 -u doe.com john shell# saslpasswd2 -u peter.com peter
??
Thanks in advance.