[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

@ -860,6 +860,7 @@
<Group name="mail-backend"/>
<Group name="db"/>
<Group name="postfix.transport"/>
<Bundle name="check_cert" /><!-- Certif postfix ssmtp(port 465) -->
</Group>
<Group name="greylisting"
@ -1113,7 +1114,6 @@
<Group name="postfix"
category="mail-backend">
<Bundle name="check_cert" /><!-- Certif postfix ssmtp(port 465) -->
<Bundle name="postfix"/>
<Bundle name="postfix_aliases"/>
<Bundle name="postfix_transport"/>

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)