Set hostname to smtp-relay

This commit is contained in:
Daniel Berteaud 2023-08-29 23:41:38 +02:00
parent 7bdc18ad49
commit 9206d0fabe
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ job "smtp-relay" {
}
env {
HOSTNAME = "smtp.service.[[ .consul.domain ]]"
HOSTNAME = "smtp-relay.service.[[ .consul.domain ]]"
LOCAL_DOMAINS = ""
RELAY_FROM_HOSTS = "127.0.0.1"
DISABLE_SENDER_VERIFICATION = "true"