Check port 25 for mailserver locally as the port is blocked on lime2

This commit is contained in:
Tunui Franken 2025-03-23 22:55:36 +01:00
parent e6d3a6e6d7
commit d6ada5a32a

View file

@ -3,6 +3,7 @@
apply Service "smtp" { apply Service "smtp" {
import "generic-service" import "generic-service"
check_command = "smtp" check_command = "smtp"
command_endpoint = host.name
assign where host.name == "{{ inventory_hostname }}" assign where host.name == "{{ inventory_hostname }}"
} }