Author Topic: I get spam email 2000 thousand in 24H  (Read 9315 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I get spam email 2000 thousand in 24H
« on: March 06, 2020, 01:34:33 AM »
I ask for help Forum Please..

I am receiving 2000 thousand in 24 Hour.

I can't turn off Cron Job


HEADER FROM EMAIL

Cron Job my whmcs ->   /usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php



TEXT EMAIL

POP Import Log
Date: 06/03/2020 00:55:02
---


->>DETAILS EMAIL

Return-Path: <root@server.domain.com>
Delivered-To: suporte@domain.eu
Received: by server.domain.com (Postfix)
    id 735AF2032E1; Fri, 6 Mar 2020 02:15:02 +0100 (CET)
Delivered-To: root@server.domain.com
Received: by server.domain.com (Postfix, from userid 0)
    id 3D9D02000FA; Fri, 6 Mar 2020 02:15:02 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
    d=server.domain.com; s=default; t=1583457302;
    bh=ExUanVhdZVdwy3f3m5XEPi7IE6r6qb7qxo/LKrVLglU=;
    h=From:To:Subject:Date;
    b=PgBBlnCctjIp4k+PN61tpDn8zqytWdcXQSlI2rMamMQ75FeKxWRCWF9mB4C/Cdspn
    PCtTXfQVWQ5TN4+I4nPAG090oSR2SXKQyYO9ZmvgBnWLHuR5ZrKkXNUo6Ig46NZnN+
    D0hNfebvuo8DQXw6pyJHm1Ql5qi6wGCybwBB3UK8=
From: "(Cron Daemon)" <root@server.domain.com>
To: root@server.domain.com
Subject: Cron <root@server> /usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
Precedence: bulk
X-Cron-Env: <XDG_SESSION_ID=7903>
X-Cron-Env: <XDG_RUNTIME_DIR=/run/user/0>
X-Cron-Env: <LANG=en_US.UTF-8>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
Message-Id: <20200306011502.3D9D02024FA@server.domain.com>
Date: Fri, 6 Mar 2020 02:15:02 +0100 (CET)



Thank you all on the forum



Jony Host

Offline
****
Re: I get spam email 2000 thousand in 24H
« Reply #1 on: March 06, 2020, 04:30:09 AM »
1)  Why?  Are you spamming with a php script???
2) Cron Redirect "> /dev/null 2>&1" at end of cron line
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #2 on: March 06, 2020, 02:55:09 PM »
1)  Why?  Are you spamming with a php script???
2) Cron Redirect "> /dev/null 2>&1" at end of cron line


Sorry I'm slow to understand ..
Like this?

->>>> 1)     */5 * * * */usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php/dev/null 2>&1"

or

->>>> 2)     */5 * * * */usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php/>/dev/null 2>&1


Thank you my friend
« Last Edit: March 06, 2020, 03:01:56 PM by jony »
Jony Host

Re: I get spam email 2000 thousand in 24H
« Reply #3 on: March 06, 2020, 03:19:04 PM »
..Are you spamming with a php script???
Code: [Select]
*/5 * * * */usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php/>/dev/null 2>&1Looks like a spammer, to me.

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #4 on: March 06, 2020, 03:27:46 PM »
..Are you spamming with a php script???
Code: [Select]
*/5 * * * */usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php/>/dev/null 2>&1Looks like a spammer, to me.

thank you very much guys friend
Jony Host

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #5 on: March 06, 2020, 03:31:33 PM »
excuse me
the domain is not this I will fix and see

thank you very much guys friend

What is the command to restart cron job?

« Last Edit: March 06, 2020, 03:36:32 PM by jony »
Jony Host

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #6 on: March 06, 2020, 06:15:34 PM »
The problem I described in this Posts is solved ..

But I have another problem with this Cron Job

Spam full emails

*/15 * * * * root /usr/local/bin/svcMonitor

What should I do?

thanks to Friends of the forum
Jony Host

Offline
*****
Re: I get spam email 2000 thousand in 24H
« Reply #7 on: March 07, 2020, 06:10:00 AM »
its service monitoring if you don't want to send email kindly disable it through cwp-admin >> service config >> service monitoring and leave the email box form empty.

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #8 on: March 12, 2020, 03:28:06 AM »
its service monitoring if you don't want to send email kindly disable it through cwp-admin >> service config >> service monitoring and leave the email box form empty.


Thanks
My preference on

Jony Host

Offline
*
Re: I get spam email 2000 thousand in 24H
« Reply #9 on: March 12, 2020, 03:32:35 AM »

SOLVED AS CODE-->      />/dev/null 2>&1


*/5 * * * */usr/bin/php -q /home/jony/public_html/client.domain.com/crons/pop.php/>/dev/null 2>&1



Thanks to Forum members
Jony Host