cannot create email in cpanel, failed disk write

Error:

The e-mail account test@clientdomain.com with the login The disk write test failed. You may have exceeded your quota, or the disk is full. and password test with a quota of 10 megs was successfully created.

I ran /scripts/initquotas and /scripts/fixquotas a few times. Same issue

root@server[~]# mount -o remount /
root@server[~]# quotacheck -avugm
quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.


/etc/fstab

Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/1                /                       ext3    usrquota        1 1
LABEL=/boot1            /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
LABEL=SWAP-sda2         swap                    swap    defaults        0 0
/dev/hda                /media/cdrom            auto    pamconsole,exec,noauto,managed 0 0
/dev/fd0                /media/floppy           auto    pamconsole,exec,noauto,managed 0 0

 

 

 

 

Top