Make smtp_hello in config understood

This commit is contained in:
Nicolai Langfeldt
2025-04-25 12:32:13 +02:00
parent 7279a4ff71
commit 5d8c9cef9a
3 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ func Start(appConfig *mailRelayConfig, verbose bool) (err error) {
"smtp_starttls": appConfig.SMTPStartTLS,
"smtp_login_auth_type": appConfig.SMTPLoginAuthType,
"smtp_skip_cert_verify": appConfig.SkipCertVerify,
"smtp_helo": appConfig.SMTPHelo,
}
cfg.BackendConfig = bcfg