v2.18 - Fixed #51 SMTPS (implicit) or STARTTLS (explicit)

This commit is contained in:
Mark Oudsen
2025-01-14 11:57:23 +01:00
parent b31f686e24
commit 88862f69eb
3 changed files with 53 additions and 22 deletions

View File

@@ -16,12 +16,12 @@
"subject": "{{ HOST_NAME|raw }}: ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}",
"smtp_server": "localhost",
"smtp_port": 25,
"smtp_transport": "none",
"smtp_security": "none",
"smtp_strict": "yes",
"smtp_from_address": "mailgraph@mydomain.com",
"smtp_from_name": "mailGraph",
"smtp_reply_address": "feedback@mydomain.com",
"smtp_reply_name": "mailGraph response mailbox",
"smtp_strict": "yes",
"graph_match": "any",
"period": "20m",
"period_header": "Last 20 minutes",