Skip to main content

Questions regarding Maximum Hourly Emails

Comments

1 comment

  • cPanelMichael
    Hello :) Here is a snippet from another analyst in a recent support ticket. It should help answer your questions: [QUOTE]The logic for this option is handled by /etc/exim.pl.local in the getmaxemailsperhour(), increment_max_emails_per_hour(), get_current_emails_per_hour(), and reached_max_emails_per_hour() functions. The actual limit is enforced inside the check_mail_permissions() function. The files used to store the tracking values are stored in /var/cpanel/email_send_limit/cache/$domain and /var/cpanel/email_send_limits/track/$domain. It may be possible that you could copy the functions of this Perl script into a custom Perl script to consult these data files and determine if a domain has gone over its limit.
    Thank you.
    0

Please sign in to leave a comment.