[check_cert] Pour les MX secondaires, localhost en port 25

This commit is contained in:
Pierre-Elliott Bécue 2013-08-03 17:49:08 +02:00
parent 212831b0d1
commit 7232a80465

View file

@ -43,6 +43,8 @@ if has('vpn'):
if has('xmpp'):
check_cert(filename='/etc/ssl/certs/jabber_server.pem', user='jabber')
if has('mail-mx'):
if has('mail-mx-main'):
check_cert('localhost', 465)
if has('mail-mx-secondary'):
check_cert('localhost', 25)