If you’re seeing legitimate mailman processes on cPanel being reported and want to ignore them, the following can be added to /etc/csf/csf.pignore:
This message isn’t from your cPanel of course. It’s coming from CSF/LFD.
It is normal that you would be alerted to these processes. It’s up to you how you manage the details they provide.
you can disable this message easily
login in your server with terminal
for mac:
ssh -p root@173.233.***.***
after login open /etc/csf/csf.pignore
vi /etc/csf/csf.pignore
press i for insert text in file. and add this files
pcmd:/usr/local/cpanel/3rdparty/bin/python /usr/local/cpanel/3rdparty/mailman/bin/qrunner.*
pcmd:/usr/local/cpanel/3rdparty/bin/python /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl.*
press esc from your keyboard. then save file with command
restart your lfd
service lfd restart
It is strongly recommended that you use command line ignores very carefully as any process can change what is reported to the OS.
Excessive resource usage mailman
No comments:
Post a Comment