SOLVED

Mail redirection without contact? Since when does this work and what is the technical background?

Steel Contributor

Hey guys,

 

I was used to having to create a contact to be able to redirect mails to external contacts. I would do this in the Exchange Control Panel.

 

image.png

 

I just noticed that in the user settings in the Admin Center I could simply enter an external mail address and this would work.

 

image.png

 

Since when is this possible? And how does this work? Is this setting reflected somewhere in the ECP?

 

Regards

 

Daniel

1 Reply
best response confirmed by Daniel Niccoli (Steel Contributor)
Solution

Within the UI you used to need to pick an entry from the GAL; using PowerShell you could always do something like Set-Mailbox -Identity ID -DeliverToMailboxAndForward $true -ForwardingSMTPAddress username@contoso.com, provided global AutoForward setting was enabled (by default Set-RemoteDomain Default -AutoForwardEnabled $true, or for a specific domain to allow forwarding to)

1 best response

Accepted Solutions
best response confirmed by Daniel Niccoli (Steel Contributor)
Solution

Within the UI you used to need to pick an entry from the GAL; using PowerShell you could always do something like Set-Mailbox -Identity ID -DeliverToMailboxAndForward $true -ForwardingSMTPAddress username@contoso.com, provided global AutoForward setting was enabled (by default Set-RemoteDomain Default -AutoForwardEnabled $true, or for a specific domain to allow forwarding to)

View solution in original post