Skip to main content

Ratelimit outgoing emails

Comments

3 comments

  • cPanelMichael
    Hello, Support for setting up the limit per domain name is already supported and documented at: How to Set Email Send Limits - cPanel Knowledge Base - cPanel Documentation There's no support for per-email-account limits, but I encourage you to vote and add feedback to the existing feature request at: Mail sending limits per email account (rather than per domain) You are welcome to try implementing a custom rate limit rule via the "Advanced Editor" in "WHM >> Exim Configuration Manager" but note that those types of custom changes are unsupported. The following Exim documentation may help if you decide to try setting it up on your own: 43. Access control lists Thank you.
    0
  • jigster
    Thanks. The first option we already use to limit per hour, but we also really need a daily limit to prevent users sending up to the hourly limit 24 hours a day! I have already voted on the above feature request. The third custom option is what I want to do, but I don't know where to put the rule, which section of the ACLs in the Exim config? Is acl_not_smtp > custom_begin_outgoing_notsmtp_checkall the correct place? I've searched and can't see anywhere that explains in plain english where to add a ratelimit rule to limit authenticated users sending too many emails. Any help would be greatly appreciated!
    0
  • cPanelMichael
    Hello, The supported rate limits are part of the "acl_smtp_connect" ACL. Have you tried adding the custom value to the "custom_begin_connect" section under "acl_smtp_connect" in "WHM >> Exim Configuration Manager >> Advanced Editor"? Thank you.
    0

Please sign in to leave a comment.