Office 365 Office 365 Small Business - using your own domain name: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
* [http://office.microsoft.com/en-001/office365-suite-help/add-an-email-alias-to-a-user-account-HA104072264.aspx Add an email alias to a user account]
* [http://office.microsoft.com/en-001/office365-suite-help/add-an-email-alias-to-a-user-account-HA104072264.aspx Add an email alias to a user account]


Forward mail to other mailservers:
* [http://community.office365.com/en-us/w/exchange/786.simple-domain-sharing-for-smtp-email-addresses.aspx Simple Domain Sharing for SMTP Email Addresses]
* [http://technet.microsoft.com/en-us/library/office-365-user-account-management.aspx User Account Management]
* [http://technet.microsoft.com/en-us/library/office-365-user-account-management.aspx User Account Management]


==PowerShell Cmdlets in Exchange Online==
* [http://help.outlook.com/en-us/140/dd575549.aspx Reference to Available PowerShell Cmdlets in Exchange Online]
====Managing Postmaster Setting in Exchange Online 365====
====Managing Postmaster Setting in Exchange Online 365====
By default when Exchange Online in Office 365 is setup for your organization, the postmaster address, e.g. postmaster@domain.com is set to postmaster@domain.onmicrosoft.com
By default when Exchange Online in Office 365 is setup for your organization, the postmaster address, e.g. postmaster@domain.com is set to postmaster@domain.onmicrosoft.com

Revision as of 13:39, 18 May 2014


Forward mail to other mailservers:

PowerShell Cmdlets in Exchange Online

Managing Postmaster Setting in Exchange Online 365

By default when Exchange Online in Office 365 is setup for your organization, the postmaster address, e.g. postmaster@domain.com is set to postmaster@domain.onmicrosoft.com

When viewing Exchange Online TransportConfig, you will find no entries for the Postmaster account. However if you send a “bad” mail into your Exchange Online tenant, such as cat@dog.com, you will receive an NDR from postmaster@domain.onmicrosoft.com, showing that Exchange Online has the Postmaster setting covered.

If you want to change this setting from postmaster@domain.onmicrosoft.com to postmaster@domain.com, you will need to use the following Exchange Online Remote PowerShell setting:

Connect to Exchange Online via Remote PowerShell http://help.outlook.com/en-us/140/cc952755.aspx Run the following command, which will set your Exchange Online Postmaster setting for your tenant:

Set-TransportConfig -ExternalPostmasterAddress postmaster@domain.com

<google>ENGELSK</google>

id=siteTree