Fix distro in postfix smtpd banner (#1014)
This commit is contained in:
committed by
Michael Kaufmann
parent
0b7443e875
commit
2a91dafe20
@@ -1600,7 +1600,7 @@ root: root@<SERVERNAME>
|
||||
# is /etc/mailname.
|
||||
#myorigin = /etc/mailname
|
||||
|
||||
smtpd_banner = $myhostname ESMTP $mail_name (@@DISTRO@@)
|
||||
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
|
||||
biff = no
|
||||
|
||||
# appending .domain is the MUA's job.
|
||||
|
||||
Reference in New Issue
Block a user