Table of Contents

What is a SMTP Banner?

About

A SMTP banner is the protocol banner of SMTP (ie the response that a client will get when it connects to a SMTP server)

Example

With Telnet, we connect to the local smtp server submission port

nc localhost 25
220 server01.bytle.net ESMTP Postfix

server01.bytle.net ESMTP Postfix

Postfix Configuration