From 1775eb985002ce8abd43a09a39f50488ff0fb8bb Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 14 Jan 2024 15:19:24 +0100 Subject: [PATCH] [postfix] Set $mydomain and $myhostname. --- postfix/main.cf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postfix/main.cf b/postfix/main.cf index f115559..95690ce 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -1,5 +1,8 @@ # See /usr/share/postfix/main.cf.dist for a commented, more complete version +mydomain = ${public_domain} +myhostname = ${public_domain} + smtpd_banner = $myhostname ESMTP $mail_name biff = no -- 2.39.5