[Dovecot] quota - dict permission denied

Timo Sirainen tss at iki.fi
Tue Mar 6 23:37:50 EET 2007


On 1.3.2007, at 16.29, Abu Gid wrote:

> #!/bin/sh
>
> quota=/etc/dovecot-quota/$USER
> if [ -f $quota ]; then
>   export QUOTA=dirsize:storage=`cat $quota`
> fi
>
> exec /usr/local/libexec/dovecot/imap
>
> Have done that .  What should I put in the plugin {}.
> Should it be :
> quota = dirsize:storage=10240 or
> quota = $QUOTA

Nothing. All settings in dovecot.conf are put to environment  
variables, so the export QUOTA=.. above will overwrite whatever you  
set in dovecot.conf.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20070306/958ef0a2/attachment.pgp 


More information about the dovecot mailing list