forked from drew/smtprelay
feat: add alias file support
This commit is contained in:
committed by
Bernhard Fröhlich
parent
6e9c00e171
commit
7b6be95125
@@ -8,10 +8,13 @@
|
||||
;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
|
||||
|
||||
; path to alias file
|
||||
aliases_file = aliases.txt
|
||||
|
||||
; Hostname for this SMTP server
|
||||
;hostname = localhost.localdomain
|
||||
@@ -21,7 +24,8 @@
|
||||
|
||||
; Listen on the following addresses for incoming
|
||||
; unencrypted connections.
|
||||
;listen = 127.0.0.1:25 [::1]:25
|
||||
listen = 127.0.0.1:8025
|
||||
#[::1]:25
|
||||
|
||||
; STARTTLS and TLS are also supported but need a
|
||||
; SSL certificate and key.
|
||||
|
||||
Reference in New Issue
Block a user