Skip to main content

warn [eximstats_spam_check]

Comments

6 comments

  • rinkleton
    I'm having the same issue. It looks like its due to output from a cron that runs. I'm not sure how to suppress it either.
    0
  • cPanelLauren
    Hi Everyone, We do start detecting large amounts of Outbound Email. The cron runs and if we find an account with a large amount of mail leaving the server you receive a notification. The cron runs and sends a notification based on the notification preferences set at WHM>>Server Contacts>>Contact Manager -> Notifications -> Large Amount of Outbound Email Detected # MAXIMUM_RUN_TIME - sets the maximum duration in seconds before # gunning the query and putting an alert in the system # error log # SPAM_TIME - sets the span in seconds that we care about--how # recently must the messages must have been sent to be # considered spam # SPAM_COUNT - sets the minimum number of unique recipients for a sender # to be considered a spammer my $MAXIMUM_RUN_TIME = 3 * 60; my $SPAM_TIME = 60 * 60; my $SPAM_COUNT = 500;
    If you don't want to receive these notifications you can set them to disabled or change their priority.
    0
  • smartrange
    Hi Everyone, We do start detecting large amounts of Outbound Email. The cron runs and if we find an account with a large amount of mail leaving the server you receive a notification. The cron runs and sends a notification based on the notification preferences set at WHM>>Server Contacts>>Contact Manager -> Notifications -> Large Amount of Outbound Email Detected # MAXIMUM_RUN_TIME - sets the maximum duration in seconds before # gunning the query and putting an alert in the system # error log # SPAM_TIME - sets the span in seconds that we care about--how # recently must the messages must have been sent to be # considered spam # SPAM_COUNT - sets the minimum number of unique recipients for a sender # to be considered a spammer my $MAXIMUM_RUN_TIME = 3 * 60; my $SPAM_TIME = 60 * 60; my $SPAM_COUNT = 500;
    If you don't want to receive these notifications you can set them to disabled or change their priority.

    I have already changed these settings to have a low priority (which in my case should NOT send an email) - I have reported this in the original thread and it's not working even when I set it to "disabled" Can you please check this from your end?
    0
  • ana belen fernandez
    I have done the same thing but it keeps giving me problems
    0
  • kawasakai
    Maybe this is related with
    0
  • cPanelLauren
    Hi @kawasakai Actually, I believe the two are definitely related to CPANEL-20345 and thank you for pointing out the other thread on this.
    0

Please sign in to leave a comment.