Re: [Dovecot] quota warning error with dict

2010-07-26 Thread Daniel Luttermann
Timo Sirainen wrote on 26.07.2010: > 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 work

Re: [Dovecot] quota warning error with dict

2010-07-26 Thread Timo Sirainen
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 wi

[Dovecot] quota warning error with dict

2010-07-23 Thread Daniel Luttermann
Version: Dovecot 2.0rc3 Hi, I try to get the quota-warning.sh script working with quota/dict but I get some errors. The script looks like: #!/bin/sh PERCENT=$1 USER=$2 cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:user::proxy::quota quota:noenforcing" From: qu...@dlu