From 4c3d861e4193be812d6ef6d2a27c75b834417364 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 15 Mar 2024 22:14:50 +0100 Subject: [PATCH] Fix easy-waf integration example configuration file --- source/mods.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/mods.md b/source/mods.md index 5405c25..95273d2 100644 --- a/source/mods.md +++ b/source/mods.md @@ -79,7 +79,9 @@ Example _easywaf-config.json_ file: "mailConfig": { "serverConfig": { "host": "localhost", - "port": 25 + "port": 25, + "secure": false, + "ignoreTLS": true }, "from": "svrjs@localhost", "to": "sysadmin@localhost"