Change the SMTP banner as not to disclose the operating system (which was set to be always 'Debian')

This commit is contained in:
David Duque 2022-02-17 23:28:20 +00:00
parent deaecbe0d2
commit 51fa2a6fd9
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

View file

@ -58,7 +58,7 @@ management/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 Power Mail-in-a-Box (Debian/Postfix)" \
smtpd_banner="\$myhostname ESMTP Power Mail-in-a-Box (Postfix)" \
mydestination=localhost
# Tweak some queue settings: