How To Change Email Server Banner Message In Linux
- Forums
- Linux Systems
- How To Change Email Server Banner Message In Linux
This Page Contains information about How To Change Email Server Banner Message In Linux By lcas in category Linux Systems with 1 Replies. [3013], Last Updated: Sat May 18, 2024
lcas
Tue Sep 09, 2008
1 Comments
689 Visits
hi, i just got a new dedicated server with linux and i want to know how i can change the pop3 and smtp. i have a tool which looks for ports and it came back with : "Remote POP server Banner: blah blah " so i want to know how i can change this. by changing the default i can perhaps help my customre identify themselves with my services. some of them use outlook in their microsoft windows machines.. can anyone help me with this?
now all you have to do is look for this and change it to whatever you want
# code in the SMTP server's greeting banner. Some people like to see
# the mail version advertised. By default, Postfix shows no version.
#
# You MUST specify $myhostname at the start of the text. That is an
# RFC requirement. Postfix itself does not care.
#
#smtpd_banner = $myhostname ESMTP $mail_name
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)