Displaying 1 result from an estimated 1 matches for "hbjyxab".
2008 Sep 16
2
Dovecot LDA and quota
Hi List,
I recently upgraded to Dovecot 1.1.3 on FreeBSD and got into trouble
over the quotas. We implemented per-user quotas using
plugin {
quota = maildir
}
and
protocol lda {
mail_plugins = quota
}
We use a passwd-file userdb with extra fields, which used to be
quota=maildir:storage:<bytes>
which I changed to
quota_rule=*:bytes:<bytes>
What