my bad, it seems its not gone, but simply not what it used to be. it is now part of tailwatchd.
my problem though is that
http://MYSERVERURL:2086/scripts/servup, always shows
exim (exim-4.69-15.1_cpanel_maildir) failed
this is becoming quite a problem, as its forcing restarts of exim.
if I remove the monitor from it, it seems to work just great, and stops restarting it every 5 minutes.
trying to troubleshoot the issue, David, can you tell me if I am on the right track?
should I log a ticket, or is this a known issue?
my check script is:
[root@dedi ~]# cat /etc/chkserv.d/exim
service[exim]=25,QUIT,220,/etc/rc.d/init.d/exim stop;/etc/rc.d/init.d/exim stop;/etc/rc.d/init.d/exim stop;/etc/rc.d/init.d/exim start,exim,root|mailnull,220 |EHLO localhost|250 |AUTH PLAIN %service_auth_plain%|2|QUIT|2
and when i telnet localhost port 25, and quit, I get :
[root@dedi ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
220-SRVNAME.xx.yyy ESMTP Exim 4.69 #1 Thu, 07 May 2009 10:47:41 +0200
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
quit
221 sRVNAME.xx.yy closing connection
Connection closed by foreign host.
__________________________________________