[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)
This commit is contained in:
Daniel STAN 2013-04-16 11:42:31 +02:00
parent e81e064293
commit 21f7ffbbf7
2 changed files with 2 additions and 2 deletions

View file

@ -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)