Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Peter EU,
By default when Exchange Online in Office 365 is setup for your organization, the postmaster address, e.g. ******@domain.com is set to ******@domain.onmicrosoft.com.
This means that when someone sends mail to your organization and gets an NDR back, the sender is: ******@domain.onmicrosoft.com.
Do you mean you want to change this? If so, it is achievable by PowerShell:
Set-TransportConfig -ExternalPostmasterAddress <postmaster address>
You can find details in this article: Configure the external postmaster address in Exchange Online.
Regards,
Vanessa