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 = /dev/mapper/Debian-home avant dovecot: IMAP(carlos): fs quota mount point = /home
Filesystem blocks quota limit grace files quota
limit grace /dev/mapper/Debian-varDovecot 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, you'll need to try something different. Dovecot supports only one quota partition.
It turns out that quotas in /home are set to 0 (unlimited), that's why doesn't appear with 'quota -u carlos'
On the other side, quotas are set for /var not /var/mail, should I set quotas for /var/mail instead of /var? I don't see why should be different.