Skip to main content

Find accounts that have hit hourly emails limit?

Comments

2 comments

  • HostingH
    In csf enable following options # This option triggers for email sent via /usr/sbin/sendmail or /usr/sbin/exim RT_LOCALRELAY_ALERT = "1" RT_LOCALRELAY_LIMIT = "100" Or using cmd: awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' /var/log/exim_mainlog | sort | uniq -c | sort -nk 1 Or cmd: cat /var/log/lfd.log | grep limit >> will all user/domains which are exceeding the limit or cmd: cat /var/log/exim_mainlog | grep hour | more
    0
  • cPanelLauren
    Hi @webalfa On top of what was suggested by @HostingH I do want to point out that as of v68 we have added a notification for "Large Amount of Outbound Email Detected" This is noted in our release notes here: 68 Release Notes - Version 68 Documentation - cPanel Documentation
    0

Please sign in to leave a comment.