2
0
forked from drew/smtprelay

Improve examples in ini file to not quote strings at all

This commit is contained in:
Bernhard Froehlich
2022-05-23 14:54:05 +00:00
parent e9a2b9ad5a
commit f69d1f0114

View File

@@ -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 = "<hostname> ESMTP ready."
;welcome_msg = <hostname> ESMTP ready.
; Listen on the following addresses for incoming
; unencrypted connections.