On 2010-07-05, Bernd Wurst wrote: > ... > As I cannot reproduce this and are not sure where to start > debugging, I want to ask if someone have had a similar > problem with courier or if anyone could give me a hint > where to start debugging.
I can't help with your question other than to say I've noticed something similar with esmtpd and took to the problem with a sledgehammer... ~ cat /etc/ps-watcher.conf [courieresmtpd] trigger = $count > 990 action = <<EOT /usr/sbin/esmtpd stop /bin/echo -e "To: [email protected]\\nsubject: `hostname -s` courieresmtpd restarting\\n\\ncourieresmtpd restarting\\n`hostname -f`: count: $count\\n" | /usr/sbin/sendmail -f [email protected] /bin/sleep 3 /usr/sbin/esmtpd start EOT --markc ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
