How to increase maximum emails per hour limit for a single domain?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • John_Accuwebhosting
    Senior Member
    • Jun 2006
    • 120

    How to increase maximum emails per hour limit for a single domain?

    By default, many Linuxserver providers allow to send 60 emails per hour for a single domain on a shared Linuxserver. However, it is quite possible to change this defalut value to something else. It can be done from /var/cpanel/maxemails file.

    You just need to edit this file and add an entry like "domain.com = 100". Once you add this entry, domain.com will be able to send 100 emails per hour.

    Note:- Do not forgot to execute below script after updating the file /var/cpanel/maxemails.

    /scripts/build_maxemails_config
  • fmosse
    Junior Member
    • Jul 2009
    • 1

    #2
    Re: How to increase maximum emails per hour limit for a single domain?

    Hi!
    I am interested in doing that in my server (I have WHM too). Can you please explain me how should I proceed, step by step? (I just how to login through SSH )

    Yours!
    Francisco

    Comment

    • kenn
      Member
      • Aug 2008
      • 36

      #3
      AccuWeb.Cloud
      Re: How to increase maximum emails per hour limit for a single domain?

      Kindly follow below mentioned procedure to increase sending mail limit:

      1. Login as root through SSH.
      2. Edit the file yourdomainhere.com using the below mentioned command:

      pico /var/cpanel/maxemailsperdomain/yourdomainhere.com

      3. Enter the value e.g. 100 and save the file.
      4. Once you enter the no. in the file save the file and remember to restart exim services by executing the following command :

      /scripts/build_maxemails_config

      Changes have been made. However, for monitoring purposes, you may execute the following command :

      tail /var/log/exim_mainlog

      Comment

      Working...
      X