From 8b32561a1979d7fad896a6281abffa79678e59ce Mon Sep 17 00:00:00 2001 From: AiutoPcAmico Date: Wed, 6 Dec 2023 00:12:08 +0100 Subject: [PATCH] Modified SMTPd banner --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 5787e8c9..6eaa8860 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -58,7 +58,7 @@ tools/editconf.py /etc/postfix/main.cf \ smtp_bind_address=$PRIVATE_IP \ smtp_bind_address6=$PRIVATE_IPV6 \ myhostname=$PRIMARY_HOSTNAME\ - smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \ + smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-Server (Linux/Postfix)" \ mydestination=localhost # Tweak some queue settings: