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

Welcome to our community

Be apart of something great, join today!

JamesCroni

Newbie
Messages
3
Reaction score
0
Points
1
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
  • cortez

    Newbie
    Messages
    21
    Reaction score
    1
    Points
    3
    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

    Top