config_get() expression function + moved lookup.default.[hostname|domain] to server.hostname and report.domain

This commit is contained in:
mdecimus
2025-01-12 10:53:58 +01:00
parent a4b1d5c39b
commit a6c744b09a
21 changed files with 167 additions and 107 deletions

View File

@@ -40,7 +40,7 @@ impl SmtpDirectory {
is_lmtp,
credentials: None,
local_host: config
.value("lookup.default.hostname")
.value("server.hostname")
.unwrap_or("[127.0.0.1]")
.to_string(),
say_ehlo: false,