feat: dynamic reread of aliases

This commit is contained in:
Aivars Sterns
2025-11-05 14:40:28 +02:00
committed by Bernhard Fröhlich
parent 381a9b334b
commit b164ce1387
5 changed files with 98 additions and 4 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/decke/smtprelay
require (
github.com/DeRuina/timberjack v1.3.9
github.com/chrj/smtpd v0.3.1
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/rs/zerolog v1.34.0