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",
"periods": "10m,4h,2d,7d",
"periods_headers": "Last 10 minutes,Last 4 hours,Last 2 days,Last 7 days",