How to change exchange 2010 smtp banner

If your server name is different from your A records used for MX then you might want to look into the following as it can be useful to prevent your domain name being scored for spam because the SMTP banner doesn’t match. http://technet.microsoft.com/en-us/library/bb124740%28v=exchg.150%29.aspx I used: Set-ReceiveConnector “TEST-EXCHANGE01\Default TEST-EXCHANGE01” -Banner “220 exchange1.test.co.uk” Then I tested the…