Change the SMTP banner as not to disclose the operating system (which was set to be always 'Debian')
This commit is contained in:
parent
deaecbe0d2
commit
51fa2a6fd9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue