System Monitor Emails From Kloxo

Status
Not open for further replies.

blow

Active Member
97
2010
0
85
Im getting sent 100's of these emails from Kloxo, every 5 mins:

Host: vps.hiphopdownloadz.com
Date: Sep-07 03:54
Port: 143
Action: /etc/init.d/courier-imap restart

I've run this "/etc/init.d/courier-imap restart"command in ssh, but it says somthing like no file or directory.

Anyone know how to stop these emails?
 
6 comments
check the watchdog in kloxo scroll down you will find it there

and disable port 143 monitoring, anyway that port is used for imap connections and looks like courier imap server is down (or may be removed since you are getting file not found)

Highest Regards
Mohammed H
 
in ssh run "ps aux" then look at the process's running and find your imap process... (you might need to make your windows full screen before running the command)

Then either killall "processname" then restart it or whatever
 
Status
Not open for further replies.
Back
Top