mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 03:02:29 -07:00
Improve examples in ini file to not quote strings at all
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user