Hi, in reference to this thread
http://marc.theaimsgroup.com/?l=openbsd-ports&m=115895270622532&w=2 "Re: Question about courier-imap and maildrop" I can add that updating courier-imap from the 3.0.5 package to 3.0.8 fixed a problem with mail-quotas for me: I have a mail-account with >3GB mails and the user got "you are over quota" messages all the time. We found out that apparently courier-imap 3.0.5 has a bug that corrupts the maildirsize file when recalculating the current usage. So please consider the following change to mail/courier-imap, i have this running on a system for the last month without problems. --- Makefile.orig Sun Oct 15 14:03:06 2006 +++ Makefile Wed Nov 1 12:19:24 2006 @@ -6,13 +6,13 @@ COMMENT-mysql= "mysql authentication module for courier-imap" COMMENT-pgsql= "pgsql authentication module for courier-imap" -COURIERVER= 3.0.5 +COURIERVER= 3.0.8 DISTNAME= courier-imap-${COURIERVER} -FULLPKGNAME= courier-imap-${COURIERVER}p4 -FULLPKGNAME-pop3= courier-pop3-${COURIERVER}p1 -FULLPKGNAME-ldap= courier-ldap-${COURIERVER}p1 -FULLPKGNAME-mysql= courier-mysql-${COURIERVER}p1 -FULLPKGNAME-pgsql= courier-pgsql-${COURIERVER}p1 +FULLPKGNAME= courier-imap-${COURIERVER} +FULLPKGNAME-pop3= courier-pop3-${COURIERVER} +FULLPKGNAME-ldap= courier-ldap-${COURIERVER} +FULLPKGNAME-mysql= courier-mysql-${COURIERVER} +FULLPKGNAME-pgsql= courier-pgsql-${COURIERVER} CATEGORIES= mail /B. -- Sebastian Benoit <[EMAIL PROTECTED]>