modules: {% for port in smtp_ports %} smtp_{{ port }}: prober: tcp timeout: 5s tcp: preferred_ip_protocol: ip4 query_response: - expect: "^220[ -]" - send: "EHLO blackbox.local" - expect: "^250[ -]" {% endfor %}