From 58a2324071a2e60fe09edad5c5eeb2a3f15cafe6 Mon Sep 17 00:00:00 2001 From: Aivars Sterns Date: Wed, 29 Oct 2025 11:52:07 +0200 Subject: [PATCH] feat: add alias file support --- smtprelay.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/smtprelay.ini b/smtprelay.ini index 93187ff..afabfa9 100644 --- a/smtprelay.ini +++ b/smtprelay.ini @@ -8,13 +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 +; aliases_file = aliases.txt ; Hostname for this SMTP server ;hostname = localhost.localdomain @@ -24,8 +24,7 @@ aliases_file = aliases.txt ; Listen on the following addresses for incoming ; unencrypted connections. -listen = 127.0.0.1:8025 -#[::1]:25 +; listen = 127.0.0.1:25 [::1]:25 ; STARTTLS and TLS are also supported but need a ; SSL certificate and key.