Search Our Database

How to customize DirectAdmin daily email quota limit

Last updated on |
by

Step 1: SSH into the server

Step 2: Type in below command, it will show the daily email quota, simply change the value and save it. However, this setting is a global setting that will affect all the hosting accounts on the same server.

vi /etc/virtual/limit

If you want to set a different limitation value to a particular user, you may create a new limit file just like below:

echo 1000 > /etc/virtual/limit_username

Whereby replace the ‘username’ with the user that you wish to set.