Quota Err after convert to dovecot

sansak

Verified User
Joined
Jun 23, 2007
Messages
51
After I convert to dovecot , in maillog many users have got error about "disk qoata exceeded".

I have delete /var/spool/virtual/* but some of users still error about quota.

on ssh,
quota -v digital
Disk quotas for user digital (uid 1107):
Filesystem usage quota limit grace files quota limit grace
/ 0 204800 204800 0 0 0
/usr 218216* 204800 204800 7days 9395 0 0

but in da,
Bandwidth (MB) 1557.1 20480
Total Disk Usage (MB) 9.65 200
Email Disk Usage 89.5 MB
Database Disk Usage 138 KB

how can i solve this problem?

Thank you for all answers :)
 
Most likely you have quotas turned on for the partition containing /home and turned off for the partition containing /var.

You can either turn off quotas for /home (not recommended), or temporarily or permanently raise your quotas for clients going over, and then educate your clients that from now on you're counting email as part of their quota.

Jeff
 
Most likely you have quotas turned on for the partition containing /home and turned off for the partition containing /var.

You can either turn off quotas for /home (not recommended), or temporarily or permanently raise your quotas for clients going over, and then educate your clients that from now on you're counting email as part of their quota.

Jeff

Hello Jeff,

This is the data of fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ar0s1b none swap sw 0 0
/dev/ar0s1a / ufs rw,userquota,groupquota 1 1
/dev/ar0s1e /tmp ufs rw,nosuid,noexec 2 2
/dev/ar0s1f /usr ufs rw,userquota,groupquota 2 2
/dev/ar0s1d /var ufs rw,userquota,groupquota 2 2
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
proc /proc procfs rw 0 0


Is it correct?

Thank you for your answer. :)
 
Back
Top