mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Merge pull request #1506 from youtous/fix-postfix-information-banner
Show only host name in Postfix information banner
This commit is contained in:
commit
f0defda2a1
|
@ -1,6 +1,6 @@
|
||||||
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
|
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
|
||||||
|
|
||||||
smtpd_banner = $myhostname ESMTP $mail_name (Debian)
|
smtpd_banner = $myhostname ESMTP
|
||||||
biff = no
|
biff = no
|
||||||
append_dot_mydomain = no
|
append_dot_mydomain = no
|
||||||
readme_directory = no
|
readme_directory = no
|
||||||
|
|
Loading…
Reference in a new issue