From f69d1f0114145c9135d4064da6823d35e1288ad5 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 23 May 2022 14:54:05 +0000 Subject: [PATCH] Improve examples in ini file to not quote strings at all --- smtprelay.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/smtprelay.ini b/smtprelay.ini index 384a938..f0c1d4b 100644 --- a/smtprelay.ini +++ b/smtprelay.ini @@ -4,16 +4,16 @@ ;logfile = ; Log format: default, plain (no timestamp), json -;log_format = "default" +;log_format = default ; Log level: panic, fatal, error, warn, info, debug, trace -;log_level = "info" +;log_level = info ; Hostname for this SMTP server -;hostname = "localhost.localdomain" +;hostname = localhost.localdomain ; Welcome message for clients -;welcome_msg = " ESMTP ready." +;welcome_msg = ESMTP ready. ; Listen on the following addresses for incoming ; unencrypted connections.