Am 29.04.2014 um 14:17 schrieb Arnt Gulbrandsen <a...@gulbrandsen.priv.no>:

> On Tuesday, April 29, 2014 2:14:23 PM CEST, Axel Rau wrote:
>> I guess, you have not configured TLS  as mandatory.
> 
> I have my own aox configured to make that problem show up more often, but 
> still haven't seen it on a day when I had time to look closely.
> 
> (At least I think we're talking about the same problem.)
I use something like
—-
echo quit | openssl s_client -CAfile /some/path/ca_cert.pem \
-starttls smtp -connect some.host:587 2>&1 | grep -q ‘250 DSN'
if [ $? -ne 0 ]
then
  echo '' | mail -s "aox locked up with SSL problem - restarting" root
  $aox restart
fi
—-
This restarts the server once a day.

Axel
---
PGP-Key:29E99DD6  ☀ +49 151 2300 9283  ☀ computing @ chaos claudius

Reply via email to