mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 17:11:36 +01:00
fix: change postfix TLS port
This commit is contained in:
@@ -2,7 +2,7 @@ apply Service "MAIL-postfix-tls" {
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "ssl"
|
check_command = "ssl"
|
||||||
vars.ssl_address = "mail.atlantishq.de"
|
vars.ssl_address = "mail.atlantishq.de"
|
||||||
vars.ssl_port = "465"
|
vars.ssl_port = "587"
|
||||||
assign where host.name == "mail"
|
assign where host.name == "mail"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user