[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:
parent
e81e064293
commit
21f7ffbbf7
2 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue