Re: Script to tell if Qpopper is running.

2013-11-25 Thread Bob Proulx
Account for Debian group mail wrote: > Once in a while the Qpopper on our mail server will just die. I have > to go in and issue a "/etc/init.d/openbsd-inetd restart" and it will > be backup and running. If 'openbsd-inetd restart' fixes it then the problem is that inetd has died not qpopper, right

Re: Script to tell if Qpopper is running.

2013-11-23 Thread Glenn English
On Nov 23, 2013, at 1:43 AM, Account for Debian group mail wrote: > "monit" looks like it might work! Monit runs here. It does restart stuff, among a lot of other cool things... -- Glenn English Disclaimer: Any disclaimer attached to this message may be ignored. smime.p7s Description:

Re: Script to tell if Qpopper is running.

2013-11-23 Thread Account for Debian group mail
Pol, Thanks for the hint... "mon" just alerts you, I have a program that does that already BUT "monit" looks like it might work! Again, thanks! Ken On Sat, 23 Nov 2013, Pol Hallen wrote: Has anyone written a script that will run under a cron job that checks to make sure that the pop3 s

Re: Script to tell if Qpopper is running.

2013-11-22 Thread Pol Hallen
Has anyone written a script that will run under a cron job that checks to make sure that the pop3 server is running and if not will restart it? apt-get install mon Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Re: Script to tell if Qpopper is running.

2013-11-22 Thread Sharon Kimble
On Fri, 22 Nov 2013 13:13:54 -0800 (PST) Account for Debian group mail wrote: > > > On Fri, 22 Nov 2013, Jerry Stuckle wrote: > > > On 11/22/2013 3:54 PM, Account for Debian group mail wrote: > >> >> >> Hello all, > >> >> Once in a while the Qpopper on our mail server will just die. I > >> >>

Re: Script to tell if Qpopper is running.

2013-11-22 Thread Account for Debian group mail
On Fri, 22 Nov 2013, Jerry Stuckle wrote: On 11/22/2013 3:54 PM, Account for Debian group mail wrote: Hello all, Once in a while the Qpopper on our mail server will just die. I have to go in and issue a "/etc/init.d/openbsd-inetd restart" and it will be backup and running. Has anyone writ

Re: Script to tell if Qpopper is running.

2013-11-22 Thread Jerry Stuckle
On 11/22/2013 3:54 PM, Account for Debian group mail wrote: Hello all, Once in a while the Qpopper on our mail server will just die. I have to go in and issue a "/etc/init.d/openbsd-inetd restart" and it will be backup and running. Has anyone written a script that will run under a cron job th