26 Jul
2010
26 Jul
'10
8:47 p.m.
On Sat, 2010-07-24 at 01:58 +0200, Daniel Luttermann wrote:
cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:user::proxy::quota quota:noenforcing" quota = dict:user::proxy::quota
Well, this isn't right.. Assuming dict works normally, dovecot-lda should be called with one of the following:
-o "plugin/quota=dict:user:noenforcing::proxy::quota" -o "plugin/quota=dict:user::noenforcing:proxy::quota" -o "plugin/quota=dict:user::proxy:noenforcing::quota" -o "plugin/quota=dict:user::proxy::noenforcing:quota"
I can never remember which one it is. Should write it to wiki :)