How to change the Postmaster address in Exchange 2013

While testing mail flow I noticed that when an NDR was sent out by my Exchange 2013 the default postmaster account was used, with the default domain, i.e. postmaster@contoso.local (I use a .local TLD on my Active Directory domain) instead of a regular and routable SMTP domain.

To change this you can open the Exchange Admin Center, navigate to Mail Flow | Receive Connectors and click the more options (the three dots) and select Organization Transport Settings as shown in the following figure.

image

Select the Delivery option and enter the External Postmaster Address in the appropriate box:

image

It is also possible to do this in the Exchange Management Shell using the following command:

Set-TransportConfig –ExternalPostmasterAddress postmaster@contoso.com

Next time an NDR message will be sent using the postmaster@contoso.com address.

One thought on “How to change the Postmaster address in Exchange 2013”

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s