mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-08-09 23:27:37 +02:00
Make smtp_hello in config understood
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user