On 25.7.2007, at 13.09, Farkas Levente wrote:
would you update the quota wiki page since currently it's not too
clear
how to use (what's the global qouta setting, what can and how comes
from
userdb and what is the correct syntax).
Updated Quota, Quota/Maildir and UserDatabase/ExtraFields.
Timo Sirainen wrote:
> On 25.7.2007, at 12.49, Frittella Laurento wrote:
>
>> Now it seems to work using ldap backend to sync maildrop and dovecot
>> info ;)
>>
>> I followed wiki example and I'm using this simple convert script because
>> I'm storing quota info in ldap using the courier format S
On 25.7.2007, at 12.49, Frittella Laurento wrote:
Now it seems to work using ldap backend to sync maildrop and
dovecot info ;)
I followed wiki example and I'm using this simple convert script
because
I'm storing quota info in ldap using the courier format S to
use
it with maildrop (throu
Now it seems to work using ldap backend to sync maildrop and dovecot info ;)
I followed wiki example and I'm using this simple convert script because
I'm storing quota info in ldap using the courier format S to use
it with maildrop (through authlib) too
-- quota_convert.sh
#!/bin/bash
if [[ -n
On 24.7.2007, at 14.08, Frittella Laurento wrote:
plugin:
quota: maildir:ignore=Trash
I'm not completely sure if this works (although it should). Try
setting the limit here as well and see if it fixes it:
quota = maildir:storage=102400:ignore=Trash
PGP.sig
Description: This is a digit
On Tue, 24 Jul 2007, Frittella Laurento wrote:
Tan Shao Yi ha scritto:
Hi Laurento,
I think you missed out mail_plugins = quota for the appropriate
protocol(s)?
You're right :)
Now I added it and thunderbird show me the quota % usage but when I
delete messages the quota still doesn't change.
Tan Shao Yi ha scritto:
> Hi Laurento,
>
> I think you missed out mail_plugins = quota for the appropriate
> protocol(s)?
You're right :)
Now I added it and thunderbird show me the quota % usage but when I
delete messages the quota still doesn't change. I think dovecot should
update maildirsize w
Hi Laurento,
I think you missed out mail_plugins = quota for the appropriate
protocol(s)?
e.g.
protocol imap {
...
mail_plugins = quota
...
}
On Tue, 24 Jul 2007, Frittella Laurento wrote:
Hi all,
I'm trying to implement quota support in postfix using maildrop +
dove
Hi all,
I'm trying to implement quota support in postfix using maildrop +
dovecot but I think dovecot doesn't update info stored in maildirsize file.
# 1.0.2: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
listen: 127.0.0.1
ssl_listen: *
ssl_ca_file: ...
ssl_cert_file: ...
ssl_key_file: ...