From 21f7ffbbf70685940ac2227305cac59d85df167f Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 16 Apr 2013 11:42:31 +0200 Subject: [PATCH] [check_cert] s/postfix/mail-mx/ On ne tracke pas les certifs de tous les serveurs postfix, mais juste des principaux (ie ceux qui ont vraiment un certif) --- Metadata/groups.xml | 2 +- Python/etc/cron.d/check_cert | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Metadata/groups.xml b/Metadata/groups.xml index dfc6f9a..e5128cc 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -860,6 +860,7 @@ + - diff --git a/Python/etc/cron.d/check_cert b/Python/etc/cron.d/check_cert index 6332c1d..59fd19c 100644 --- a/Python/etc/cron.d/check_cert +++ b/Python/etc/cron.d/check_cert @@ -40,6 +40,6 @@ if has('vpn'): if has('xmpp'): check_cert(filename='/etc/ssl/certs/jabber_server.pem', user='jabber') -if has('postfix'): +if has('mail-mx'): check_cert('localhost', 465)