ONLINE
Deliverability Letter

SMTP Banner

Also known as: Service banner

The SMTP banner is the initial text greeting a mail server sends when a connection is first established.

An SMTP banner is the "hello" message a mail server (MTA) sends immediately after a connection is made, before any email data is transferred. It usually contains the server's hostname and the software it is running (e.g., 220 mail.example.com ESMTP Postfix).

This banner is important for troubleshooting and reputation. Many anti-spam systems perform a "banner check" to ensure the hostname in the banner matches the Reverse DNS (PTR) record of the IP address connecting. If they don't match, the connection might be penalized or dropped.

It is best practice to configure your SMTP banner to display your fully qualified domain name (FQDN).