From b89d6e7b272ecb1f279d90786bda09c43de707b2 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sat, 11 Nov 2017 14:19:05 +0100 Subject: [PATCH] fix fqdn in smtp banner --- mail-server/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-server/postfix.nix b/mail-server/postfix.nix index a57e63d..4b1cf45 100644 --- a/mail-server/postfix.nix +++ b/mail-server/postfix.nix @@ -77,7 +77,7 @@ in '' # Extra Config - smtpd_banner = $myhostname ESMTP NO UCE + smtpd_banner = ${fqdn} ESMTP NO UCE disable_vrfy_command = yes message_size_limit = 20971520