Giới hạn gửi Email từ Server linux cho từng user

Step 1: SSH vào 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 global setting which will affect all the hosting account 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.

Bài viết này có ích cho bạn không? 0 phiếu cảm nhận dễ hiểu & thực hiện (3 Phiếu)