Hi all
I get 2 emails on a nightly basis which are the following:
Time: Fri May 7 10:13:24 2021 +0000
Account: xxx
Resource: Process Time
Exceeded: 32362 > 1800 (seconds)
Executable: /usr/local/cpanel/3rdparty/perl/532/bin/perl
Command Line: spamd child
PID: 31780 (Parent PID:30465)
Killed: No
and
Time: Fri May 7 20:44:41 2021 +0000
PID: 18318 (Parent PID:30465)
Account: xxx
Uptime: 11407 seconds
Executable:
/usr/local/cpanel/3rdparty/perl/532/bin/perl
Command Line (often faked in exploits):
spamd child
Network connections by the process (if any):
tcp: 127.0.0.1:783 -> 127.0.0.1:47914
Files open by the process (if any):
/dev/null
/usr/local/cpanel/logs/spamd_error_log
/usr/local/cpanel/logs/spamd_error_log
/usr/local/cpanel/3rdparty/perl/532/bin/spamd
/home/surgeryweb/.razor/razor-agent.log
/var/cpanel/locale/en.cdb
/usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Net/DNS/Resolver/Base.pm
I have looked at various past threads on here and added the following to my csf.pignore file:
But none of these 3 lines have stopped the emails coming, how can I stop them?
Thanks.
I get 2 emails on a nightly basis which are the following:
Time: Fri May 7 10:13:24 2021 +0000
Account: xxx
Resource: Process Time
Exceeded: 32362 > 1800 (seconds)
Executable: /usr/local/cpanel/3rdparty/perl/532/bin/perl
Command Line: spamd child
PID: 31780 (Parent PID:30465)
Killed: No
and
Time: Fri May 7 20:44:41 2021 +0000
PID: 18318 (Parent PID:30465)
Account: xxx
Uptime: 11407 seconds
Executable:
/usr/local/cpanel/3rdparty/perl/532/bin/perl
Command Line (often faked in exploits):
spamd child
Network connections by the process (if any):
tcp: 127.0.0.1:783 -> 127.0.0.1:47914
Files open by the process (if any):
/dev/null
/usr/local/cpanel/logs/spamd_error_log
/usr/local/cpanel/logs/spamd_error_log
/usr/local/cpanel/3rdparty/perl/532/bin/spamd
/home/surgeryweb/.razor/razor-agent.log
/var/cpanel/locale/en.cdb
/usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Net/DNS/Resolver/Base.pm
I have looked at various past threads on here and added the following to my csf.pignore file:
Code:
pexe:/usr/local/cpanel/3rdparty/perl/.*/bin/spamd
pexe:/usr/local/cpanel/3rdparty/perl/.*/bin/perl
pcmd:spamd child
Thanks.