[EMAIL PROTECTED] wrote:
I have a mail server (courier-imap courier-esmtpd) and the quotas don't work. I create de maildirs (maildirmake -q 10000000S) Maildir quota and set the quota reg. in mysql but when the user reach the quota limit, maildrop no take acction. I need configure other settings???Make sure the user's $HOME/Maildir/maildirsize file is owned by the same user that owns the Maildir (this will not be the case if you did the maildirmake -q as root). In /etc/courier/courierd DEFAULTDELIVERY should be something like:
DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop -w 90"
This will tell maildrop to deliver the warning message when the Maildir is at or above 90& of quota (but not over 100%, nothing will be delivered if it will push it over 100% !). You do not need to set the quota in both mysql and with maildirmake -q.
-- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University --
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
