Re: [Dovecot] Subfolders

2007-08-05 Thread Frittella Laurento
Azher Amin ha scritto: > Hi, > > Does dovecot supports sub folders ?? I tried creating a subfolder for a > folder under the main tree Thunderbird allows you creating but > doesn't show up ... > > Plz suggest how it can be enabled. I'm using dovecot-1.0.3 and TB-2.0.0.6 and I can create fold

Re: [Dovecot] quota: maildrop + dovecot. dovecot doesn't update maildirsize file

2007-07-25 Thread Frittella Laurento
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

Re: [Dovecot] quota: maildrop + dovecot. dovecot doesn't update maildirsize file

2007-07-24 Thread Frittella Laurento
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

[Dovecot] quota: maildrop + dovecot. dovecot doesn't update maildirsize file

2007-07-24 Thread Frittella Laurento
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: ...