From: "Adonis El Fakih" <[EMAIL PROTECTED]>
> However there is a question that now pops to mind...
> Every time a quota is set, a file in created under
/var/imap/quota/$username
>
> If the number of users is large i.e. over 30k users, you will have
> problems under linux, since you can not create
Hi,
Ok I found out how to do it..
The autocreatequota does not work if you build the mailbox using cyradm.
The correct way to invoke setquota in cyradm is this way
open (MBOX,">$filename");
print MBOX "eval cyradm connect imap localhost\n";
print MBOX "eval imap authenticate -pwcommand {{ list
"autocreatequota" only applies to user-created INBOXs (when the user
connects to the imap server and issues a "CREATE INBOX"). Most
clients won't do this; it's mostly meant as a local hack for utilities
that allow a user to establish their own IMAP inbox.
Administrators creating a user's mailbox
Hi Adonis,
I am also using cyrus-v1.5.19 and I have tried to get autocreatequota to
work in imapd.conf without success. Boxes continue to be created without
quotas.
If anyone know why this is I would like to know how to fix it!
Kind regards,
Emil JV. Björsell
On Tue, Nov 21, 2000 at 02:17:0