Add --remote_user flag for further development.

This commit is contained in:
Björn Fjällström 2024-10-02 07:07:56 +02:00
parent 2b4eead680
commit 5587440b58
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import (
// Runtime config
var (
DisableLogin bool
RemoteUser bool
BindAddress string
SmtpHostname string
SmtpPort int