经常有人问这种问题,是否可以在Exchange上自定义Postmaster邮箱地址,如需要自定义Postmaster邮箱地址可以进行如下操作:1、对于Exchange2010可以使用Set-Tran
1、对于 Exchange 2010 可以使用 Set-TransportConfig命令如下:
Set-TransportConfig -ExternalPostmasterAddress <ExternalPostmasterSMTPAddress>
2、对于 Exchange 2007 必须使用Set-TransportServer 命令如下:
Set-TransportServer <TransportServerName> -ExternalPostmasterAddress <ExternalPostmasterSMTPAddress>
3、对于 Exchange 2007 和Exchange 2010, 必须创建一个邮箱去响应 SMTP address.
本站技术原创栏目文章均为中睿原创或编译,转载请注明:文章来自中睿,本站保留追究责任的权利。