from /etc/postfix/main.cf: # SHOW SOFTWARE VERSION OR NOT # # The smtpd_banner parameter specifies the text that follows the 220 # 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)
don't forget to do service postfix restart as root after changing it On Tue, 03 Jun 2003 17:09:12 +0000 Paul <[EMAIL PROTECTED]> wrote: > Hi > > I am using the postfix email server and I want to remove the > 'welcome' message its currentally. > > 220 bestworldweb.homelinux.com ESMTP Postfix > (Postfix-20010228-pl08) (Mandrake Linux) > > Its more info than I would like hackers to have about my > smtp server. > > Thanks > > Paul > -- Nick Rout Barrister & Solicitor Christchurch, NZ Ph +64 3 3798966 Fax + 64 3 3798853 http://www.rout.co.nz [EMAIL PROTECTED]
