Hello! We are using exim + courier-imap + authmysql for our mail server. I have some questions about quota usage for which I can't find answer in documentation or source code. We are planning to use soft quota ( maildirsize ) for our server. We have full understanding how exim handles maildirsize quotas but we have some questions about courier-imap
1) What is the correct way for creating new maildir with quota enabled ? maildirmake -q 100S Maildir - justs hangs for long period of time, strace shows me that it hanged in loop trying to stat non existed file 2) What is the correct way for changing quota on already existed account. It seems that just changing quota param in our mysql database doesn't affect it. 3) I wondering if quota param which supplied by authdaemon from various authentication modules (in our case by authmysql) is used in any place in the imapd process ? I have looked over the code of imaplogin.c and doesn't found any place where quota param from authmodule passed to imapd process. Does quota param from authmodules are used by imap server at all ? if yes, does quota from auth module must be supplied as interger or as interger with .suffix (S or C) ? Thanks in advance for your time. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
