[check_cert] Pour les MX secondaires, localhost en port 25
This commit is contained in:
parent
212831b0d1
commit
7232a80465
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue