Share via


Exchange 2010: Change SMTP Banner

This guide shows you how to change the SMTP banner in Exchange 2010.

When you do a telnet to your Exchange server, the default response is 220 <Server Name> ESMTP Mail Service Ready at <date>.

To change this we can simply run a command. Open up the Exchange Management Shell:

  • Set-ReceiveConnector -Identity "vr-eb-mes-mb01\Default vr-eb-mes-mb01" -Banner "220 SMTP Service Ready"
    

https://collaborationpro.com/wp-content/uploads/2015/03/SMTP-Banner1-300x94.png

Choose the banner you want to show. In this example, we used SMTP Service Ready. Once that is complete, we can run another command to verify the change. On the same EMS windows run the following command:

  • Get-ReceiveConnector -Identity "vr-eb-mes-mb01\Default vr-eb-mes-mb01" | fl banner
    

https://collaborationpro.com/wp-content/uploads/2015/03/SMTP-Banner21-300x21.png

It should return with the new banner name.

Now if we open up a command prompt and run telnet now it should show the following:

https://collaborationpro.com/wp-content/uploads/2015/03/SMTP-Banner3-300x110.png