Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-08-07 03:45:44
Point:500 Replies:25 POST_ID:828707USER_ID:11059
Topic:
Linux;Apache Web Server;PHP Scripting Language
Since I don't want to use any Cpanel that offered by my hosting company.
I would like to delete all cron-job from Cpanel on my cron-job file.
After I delete all Cpanel cron-job, most of Cpanel process are stopped after I reboot my linux by checking ps -aux
But there is still some process left for cpanel after checking again ps -aux
such as /usr/local/cpanel/3rdparty/perl/514/bin/spamd
SO I guess the reminding Cpanel process is made on the startup or init scrip for reboot
Where is the file for init or start script when Linux is restarting so I can
deletet all Cpanel process command in the script?
Please advise
Duncan
I would like to delete all cron-job from Cpanel on my cron-job file.
After I delete all Cpanel cron-job, most of Cpanel process are stopped after I reboot my linux by checking ps -aux
But there is still some process left for cpanel after checking again ps -aux
such as /usr/local/cpanel/3rdparty/perl/514/bin/spamd
SO I guess the reminding Cpanel process is made on the startup or init scrip for reboot
Where is the file for init or start script when Linux is restarting so I can
deletet all Cpanel process command in the script?
Please advise
Duncan
Author: duncanb7 replied at 2024-08-20 08:31:47
Yes, tried everything,
Expert: RitBit replied at 2024-08-20 08:18:37
err.
Have you rebooted after deleting the file???
It's impossible the process still exists after the reboot, or something must have reinstalled that file again (unlikely, but not impossible).
Bas
Have you rebooted after deleting the file???
It's impossible the process still exists after the reboot, or something must have reinstalled that file again (unlikely, but not impossible).
Bas
Author: duncanb7 replied at 2024-08-20 08:14:15
After delete or remove the file, it still not working,
so I might re-write this thread into new thread with all
of your comment, and thanks all of your reply
Duncan
so I might re-write this thread into new thread with all
of your comment, and thanks all of your reply
Duncan
Expert: Gerwin Jansen replied at 2024-08-20 01:15:04
Author: duncanb7 replied at 2024-08-19 12:10:16
I did what you said, I need to check it in yahoo.com email box to see
whether the Cpanel email is still sending to me every day. Tell you
tomorrow the result.
By the way, what is purpose of the Spamd file to achieve on my server ?
Just know Spamd is trash or rubbish or junk email , Right ?
Duncan
whether the Cpanel email is still sending to me every day. Tell you
tomorrow the result.
By the way, what is purpose of the Spamd file to achieve on my server ?
Just know Spamd is trash or rubbish or junk email , Right ?
Duncan
Author: duncanb7 replied at 2024-08-19 12:05:11
I will try it tomorrow, thanks for your input
Expert: RitBit replied at 2024-08-19 11:59:20
or try this:
mv /usr/local/cpanel/3rdparty/perl/514/bin/spamd /usr/local/cpanel/3rdparty/perl/514/bin/spamd.off 1:
and reboot
Expert: Gerwin Jansen replied at 2024-08-19 08:30:18
We've already explained what it is for, you could try renaming the spamd file to spamd_ for instance then reboot and see what error you get - it should not startup.
You could check this:
/usr/local/cpanel/etc/init/startspamd
That could be the start location, try moving startspamd to 1 directory up (..).
You could check this:
/usr/local/cpanel/etc/init/startspamd
That could be the start location, try moving startspamd to 1 directory up (..).
Author: duncanb7 replied at 2024-08-15 19:41:41
I just found the process /usr/local/cpanel/3rdparty/perl/514/bin/spamd
just keep running, so my question is as follows
What purpose is the spamd file for ?
Why it can startup running , where I can stop the process ?
How do I know what system level is on my linux ?, 3 or 5, ?
At /etc/rc.d/, etc/init, etc/init,d where there is no any spamed file.
At my cron-job file, there is no any process schedule related to spamed file
SO how it start /usr/local/cpanel/3rdparty/perl/514/bin/spamd
Please advise
Duncan
just keep running, so my question is as follows
What purpose is the spamd file for ?
Why it can startup running , where I can stop the process ?
How do I know what system level is on my linux ?, 3 or 5, ?
At /etc/rc.d/, etc/init, etc/init,d where there is no any spamed file.
At my cron-job file, there is no any process schedule related to spamed file
SO how it start /usr/local/cpanel/3rdparty/perl/514/bin/spamd
Please advise
Duncan
Expert: RitBit replied at 2024-08-15 03:34:20
Why do you not remove the spamassassin package (which spamd is part of) if you don't want to use it anymore?
yum erase spamassassin (as root)
should be enough.
yum erase spamassassin (as root)
should be enough.
Assisted Solution
Expert: sasawaits replied at 2024-08-12 15:23:20
83 points GOOD
May I know which run level your Linux system is running on ?
3 or 5 ?
If runlevel 3 then browse into the the below directory,
/etc/rc.d/rc3.d and you will find file spam with SXXspam(XX - refers to number)
you need to change that file to KXXspam. and after reboot you will not find that process running.
3 or 5 ?
If runlevel 3 then browse into the the below directory,
/etc/rc.d/rc3.d and you will find file spam with SXXspam(XX - refers to number)
you need to change that file to KXXspam. and after reboot you will not find that process running.
Expert: simon3270 replied at 2024-08-10 13:47:53
Still running even after a reboot? The scripts we have mentioned will start the process, but once it has started, they have no further interest in it.
If you want to stop the process without a reboot, kill it.
Did you find any files in /etc/init or /etc/init.d with "spamd" in them?
If you want to stop the process without a reboot, kill it.
Did you find any files in /etc/init or /etc/init.d with "spamd" in them?
Author: duncanb7 replied at 2024-08-10 11:23:53
it is still running,even follow all your suggestion
Assisted Solution
Expert: RitBit replied at 2024-08-07 14:21:23
83 points GOOD
For RedHat/Centos systems:
To get rid of unwanted processed please use the command
This will show all processes that will be executed and in which runlevel. (Look for 3:on)
Then you can disable that service at boottime by entering this command:
To stop the currently running proces do this:
To get rid of unwanted processed please use the command
chkconfig --list
.This will show all processes that will be executed and in which runlevel. (Look for 3:on)
Then you can disable that service at boottime by entering this command:
chkconfig <servicename> off
To stop the currently running proces do this:
service <servicename> stop
Assisted Solution
Expert: Gerwin Jansen replied at 2024-08-07 06:46:29
83 points GOOD
spamd = spamassassin - http://spamassassin.apache.org/
Author: duncanb7 replied at 2024-08-07 06:01:42
What is spamd for ? for what kind of application ?
Author: duncanb7 replied at 2024-08-07 06:01:03
I don't have any Cpanel/WHM since it is expired
Assisted Solution
Expert: Gerwin Jansen replied at 2024-08-07 05:58:56
83 points GOOD
Don't know where it is stored, other than the standard init locations.
Found you this:
Found you this:
To turn it off Spamd do the following:
Log into WHM -> Under Server Configuration -> Tweak Settings -> Disable ‘Enable SpamAssassin spam filter’
Then
Log into WHM -> go to Service Manager -> Disable Spamd
Log into WHM -> Under Server Configuration -> Tweak Settings -> Disable ‘Enable SpamAssassin spam filter’
Then
Log into WHM -> go to Service Manager -> Disable Spamd
Assisted Solution
Expert: simon3270 replied at 2024-08-07 05:22:39
84 points GOOD
Your best bet is to look for "spamd" in the startup files.
grep spamd /etc/init/* /etc/init.d/*
(don't bother looking in /etc/inittab - it's not used by Centos 6.4 for starting programs)
grep spamd /etc/init/* /etc/init.d/*
(don't bother looking in /etc/inittab - it's not used by Centos 6.4 for starting programs)
Author: duncanb7 replied at 2024-08-07 05:01:58
no
my question where is file stored for automatically startup or reboot Linux CentOS6
in which it will run /usr/local/cpanel/3rdparty/perl/514/bin/spamd
my question where is file stored for automatically startup or reboot Linux CentOS6
in which it will run /usr/local/cpanel/3rdparty/perl/514/bin/spamd
Accepted Solution
Expert: Gerwin Jansen replied at 2024-08-07 04:47:50
84 points GOOD
Maybe:
/etc/init.d/spamassassin
/etc/init.d/spamassassin
Author: duncanb7 replied at 2024-08-07 04:34:23
CentOS6.4 64bit linux
Expert: QCubed replied at 2024-08-07 04:28:56
What version of linux? (Ie. Redhat? SuSe? Debian? Umbuntu? Etc.)
And what version/revision # are you running of it?
(They can have dif start up conf locations, this will help pinpoint them for you, if you know that info I asked you could probably google it yourself if you prefer not to wait for an expert to give you the answer)
And what version/revision # are you running of it?
(They can have dif start up conf locations, this will help pinpoint them for you, if you know that info I asked you could probably google it yourself if you prefer not to wait for an expert to give you the answer)
Author: duncanb7 replied at 2024-08-07 04:02:02
there is no /etc/init.d/spamd
Expert: Gerwin Jansen replied at 2024-08-07 03:58:03
Hi, think it is started here:
/etc/init.d/spamd
/etc/init.d/spamd