Re: [Dovecot] Dovecot imap bad quota report

2008-02-21 Thread Timo Sirainen
On Tue, 2008-02-19 at 13:02 +0100, Carlos Acedo wrote: > > Dovecot is using /dev/mapper/Debian-home, this is showing > > /dev/mapper/Debian-var. So they're using different partitions I guess? > > > > Did you try to set quota for /var/mail instead of /home? Since only > > INBOX is in /var/mail, y

Re: [Dovecot] Dovecot imap bad quota report

2008-02-19 Thread Carlos Acedo
Timo Sirainen escribió: On Feb 19, 2008, at 12:11 PM, Carlos Acedo wrote: avant dovecot: IMAP(carlos): Effective uid=19409, gid=200, home=/users/pangea/carlos avant dovecot: IMAP(carlos): fs quota add storage dir = /users/pangea/carlos avant dovecot: IMAP(carlos): fs quota block device = /d

Re: [Dovecot] Dovecot imap bad quota report

2008-02-19 Thread Timo Sirainen
On Feb 19, 2008, at 12:11 PM, Carlos Acedo wrote: avant dovecot: IMAP(carlos): Effective uid=19409, gid=200, home=/ users/pangea/carlos avant dovecot: IMAP(carlos): fs quota add storage dir = /users/ pangea/carlos avant dovecot: IMAP(carlos): fs quota block device = /dev/mapper/ Debian-home a

Re: [Dovecot] Dovecot imap bad quota report

2008-02-19 Thread Carlos Acedo
Hi, I'm using passwd userdb. This is my config file: # 1.0.10: /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_listen: 217.72.179.52 disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login

Re: [Dovecot] Dovecot imap bad quota report

2008-02-18 Thread Timo Sirainen
On Feb 18, 2008, at 12:07 PM, Carlos Acedo wrote: This is the output for getquotaroot: * QUOTAROOT "INBOX" "" * QUOTA "" (STORAGE 119544 0) y OK Getquotaroot completed. And this is my quota command output: $ quota -u carlos Disk quotas for user carlos (uid 19409): Filesystem blocks qu

Re: [Dovecot] Dovecot imap bad quota report

2008-02-18 Thread Carlos Acedo
This is the output for getquotaroot: * QUOTAROOT "INBOX" "" * QUOTA "" (STORAGE 119544 0) y OK Getquotaroot completed. And this is my quota command output: $ quota -u carlos Disk quotas for user carlos (uid 19409): Filesystem blocks quota limit grace files quota limit grac

Re: [Dovecot] Dovecot imap bad quota report

2008-02-15 Thread Timo Sirainen
On Fri, 2008-02-15 at 10:55 +0100, Carlos Acedo wrote: > plugin { >quota = fs > } > > The problem is that I always get used space but not the limit, and the > limit is not the same for all the users, I have tried from thunderbird > and horde IMP from another server. First check what Dovecot

[Dovecot] Dovecot imap bad quota report

2008-02-15 Thread Carlos Acedo
Hello, I have dovecot mail server on a Debian etch: dovecot-common 1.0.10-1~bpo40+1 dovecot-imapd 1.0.10-1~bpo40+1 dovecot-pop3d 1.0.10-1~bpo40+1 It is configured with the quota plugins: protocol imap { mail_plugins = quota imap_quota imap_client_workarounds = outlook-idle } plugin {