Skip to main content

Spam Error Reports

Comments

4 comments

  • cravend
    Also, I sometimes get this email (it gets sent to spam):
    Cron /usr/bin/wget -O - -q -t 1 http://[sub].[domain].us/cron.php

    Error. Page cannot be displayed. Please contact your service provider for more details. (25)


    I don't know what
    0
  • cPanelMichael
    lfd on gauntlet.[domain].org: Excessive resource usage: admin (1737 (Parent PID:1411))

    Hello, This notification comes from the CSF/LFD application. There's an existing thread on this topic at: how to stop Excessive resource usage alerts
    Cron /usr/bin/wget -O - -q -t 1
    This will show you if a cron job exists for a user that runs that "wget" command to the external URL. Thank you.
    0
  • cravend
    Hi. I think I got CSF/LFD handled. However, I'm not sure what to do for this:
    Check the cron jobs configured on your system for this entry with a command such as:
    grep "domain.us" /var/spool/cron/*
    This will show you if a cron job exists for a user that runs that "wget" command to the external URL. Thank you.

    When I run the grep code, I get the following:
    /var/spool/cron/root:45 * * * * /usr/bin/wget -O - -q -t 1 http://[sub].[domain].us/cron.php
    What do I do to stop these emails?
    0
  • cPanelMichael
    Hello, You can remove the cron job if you are unsure how it was added and have no need for the script. Or, append the following entry to the end of the cron job to disable email notifications:
    >/dev/null 2>&1
    Thank you.
    0

Please sign in to leave a comment.