Web Hosting Forum - Net Hosting Talk

We are a community of individuals and businesses passionate about web hosting. Let's build, learn, and grow together.

How can I set hourly e-mail limits based on the entire account instead of the domain?

JamesCroni

Novice
Member
Hello,

I want to set hourly e-mail limits based on the entire account instead of the domain. as per Cpanel documentation, the hourly e-mail limits are domain-based, not account-based.

Is there a way to have the hourly e-mail limits based on the entire account and not based on the domain?
 
  • Advertisement
  • you can enable this setting to manually edit the cpuser file from the command line.

    1. From the command line, open the /var/cpanel/users/username
    file, where username represents the desired account username.

    2. In this file, add the MAX_EMAIL_PER_HOUR key and specify the value for the selected username: MAX_EMAIL_PER_HOUR=500

    3. Run the /usr/local/cpanel/scripts/updateuserdomains script

    Hope this help :)
     

    Advertisement

    Back
    Top