6 Mar
2007
6 Mar
'07
11:37 p.m.
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
fiexec /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.