Quoting Aleksandar Milivojevic alex@milivojevic.org:
To have it automatically created, add this option to imapd.conf:
autocreatequota: -1
One thing I forgot to mention. If you go through imapd.conf man page (as I suggested), you'll probably find one tempting option: createonpost. Having createonpost option enabled is really bad idea (unless you have some other mechanism to bounce mail for non-existing users).
Oh, and if you want full-body text searches in IMAP to really fly (literaly blowing away most other IMAP servers), add this to EVENTS section of /etc/cyrus.conf:
squatter cmd="squatter -rs user" at=0100
That line would rebuild indexes every day at 1 AM (so when you wake up next morning, and search for email in which somebody mentioned how to make kebab, the search is going to be an order of magnitude faster).
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.