Cap wrote:
Greetings,
I would like to create mailboxes with fully qualified names like
[EMAIL PROTECTED] I turned on
virtdomains: userid
unixhierarchysep: 1
in imapd.conf, like the documentation says. Now I have no
problems creating and using mailbox names like [EMAIL PROTECTED]
and [EMAIL PROTECTED] But if I use cyradm and try to create a
mailbox for a subdomain it will not work:
localhost> cm [EMAIL PROTECTED]
createmailbox: Invalid mailbox name
Is this generally impossible? And if not, what coul dbe wrong
and how can I achieve this?
I have installed:
cyrus-sasl-2.1.19-7
cyrus-sasl-devel-2.1.19-7
cyrus-sasl-plain-2.1.19-7
cyrus-imapd-2.2.8-6
cyrus-sasl-saslauthd-2.1.19-5
cyrus-imapd-devel-2.2.8-6
cyrus-sasl-digestmd5-2.1.19-7
Thanks for help,
Cap
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
in imapd.conf on virtualdomain set to yes not userid.
Also add alternativenamespace yes and unixhierarchysep: yes.
Then add users like,
cm user/[EMAIL PROTECTED]
this makes the emailbox [EMAIL PROTECTED]
but this does not make the emailbox INBOX so it can't collect incomming
mail.
Add a inbox like this
cm user/olle.bolle/[EMAIL PROTECTED]
About the making of mailboxes like user.olle.bolle or user/olle.bolle is
depending on the altnamespace and unixhieraky in imapd.conf.
/Casper
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html