19 Mar
2007
19 Mar
'07
4:03 p.m.
Luigi Rosa wrote:
Christian Skarby said the following on 19/03/2007 10.40:
My point is: could Dovecot restart itself insted of killing itself?
Try this. Run this once a minute in a cron job.
#! /bin/bash
if nmap -p 143 localhost | grep closed then /sbin/service dovecot restart fi