problem in users disk quota

Yasham

Verified User
Joined
Feb 3, 2018
Messages
36
users always exceed their disk quota..
I noticed that users who reach disk limit they still able to receive mails and that cause disk limit exceed without stopping.
check attachment please.. screen1.pngscreen2.png
 
Hello,

It might happen at least in two cases:

1. Users have much data in MySQL. Data placed in MySQL is added into disk usage by directadmin only, it does not effect disk quotas. See disk usage details.
2. Disk quotas are not enabled. Search help.directadmin.com for detailed instructions using "disk quotas" as a key-word.
 
The option you will place in your directadmin.conf is:

disk_usage_suspend=1
count_email_usage=1
 
count_email_usage=1
That one is deprecated.

Normally you don't need to set the disk_usage_suspend setting but it's worth a try.
Don't forget to restart DA after the change.

But check disk quota's first if they are indeed enabled.
 
suspend if the email quota exceeded the specified quota. How can I do?
That one is deprecated.

Normally you don't need to set the disk_usage_suspend setting but it's worth a try.
Don't forget to restart DA after the change.

But check disk quota's first if they are indeed enabled.
suspend if the email quota exceeded the specified quota. How can I do?
 
I wouln't know. These days e-mail is counted with disk usage so too much e-mails is too much disk usages and will cause suspension.
 
Back
Top