Line
IT Knowledgebase
< All Topics
Print

How to Set Email Send Limits

Overview

WHM allows you to specify the maximum number of emails that each domain on your server can send per hour. This allows you to limit spam and better regulate bandwidth that the domains on your server use.

Set the default hourly limit for all domains

To set the default hourly email limit for all of your server’s domains, enter a value for the Max hourly emails per domain setting in the Mailsection of WHM’s Tweak Settings interface (Home >> Server Configuration >> Tweak Settings)

This value is the default limit for all of the domains on your sever, except for domains for which you manually set a different limit.

Max hourly emails setting in the Tweak Settings interface.

Important:

You cannot use the Max hourly emails per domain setting to disable email for an account or domain. 

Set an hourly limit for an account’s domains

To limit the number of emails per hour that an account’s domains can send, perform the following steps:

  1. Navigate to WHM’s Modify an Account interface (Main >> Account Functions >> Modify an Account).
  2. Specify a value for the Hourly Email by Domain Relayed configuration setting.
  3. Click Save.

Note:

This option sets the email limit for all of the subdomains, addon domains, and parked domains that are associated with an account’s main domain. When you enter a new limit with the Modify an Account feature, the system only applies the new value to the main domain and any domains without individually-defined values.

Set an hourly limit for an individual domain

If you wish for an individual domain to have a different hourly mail limit from the main domain, you can also configure a limit for each domain.

To set a limit for an individual domain, perform the following steps via the command line as the root user:

  1. With a text editor, open the /var/cpanel/users/username file, where username represents the account that owns the domain.
  2. Add a line that contains the following text: MAX_EMAIL_PER_HOUR-
  3. To that line, append the domain name, an equals sign (=), and the number of email messages to allow the domain to send per hour. For example, if the domain name to set a limit of 500 emails for the domain example.com, enter the following line: MAX_EMAIL_PER_HOUR-example.com=500 
  4. Save the changes to the /var/cpanel/users/username file.
  5. Run the /usr/local/cpanel/scripts/updateuserdomains script. This script constructs the individual threshold files that Exim uses to determine whether the account has reached its maximum email limit.

Note:

The system assigns the value of the MAX_EMAIL_PER_HOUR setting in the /etc/email_send_limits file to any domain without a specific entry in the /var/cpanel/users/username file. If the /etc/email_send_limits file does not exist, the system assigns the default entry on the Tweak Settings interface to the domain.

Messenger