> I am experimenting with 'voluntary' Maildir quotas using Exim and
> Courier IMAP. Exim does seem to be enforcing its quota setting, but the
> IMAP daemon doesn't.
I hacked courier imapd a lot for my purposes, among other things to read
quota settings from LDAP.
> Has anyone got any experience of this configuration? Do Exim and Courier
> use the same quota method? Should I be having Exim use Courier's
> delivermail ( I think that's what it is called ) to deliver messages?
I don't use delivermail, but Exim with these options in the transport:
maildir_tag = ,S=$message_size
quota_size_regex = S=(\d+)
Michael