Exchange Online: Dual delivey to Google Workspaces

Davide Carrara 1 Reputation point
2020-12-21T08:54:32.797+00:00

Hello,

is possible to do a dual delivery from exchange online to google workspace ? I need to keep both systems and main will remain Office365 (mx records doesn't change), but i need that mail received from some user (at first), must be in the two system. The domain is the same

have you any advice ?

thanks

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,386 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Andy David - MVP 145.6K Reputation points MVP
    2020-12-21T13:46:28.84+00:00

    Only with "forwarding" from one system to the other and leaving the message in the mailbox.

    From the Exchange Online side, you would need to set each mailbox to forward to the matching google Email address and deliver to the Exchange Online mailbox

    https://learn.microsoft.com/en-us/exchange/recipients/user-mailboxes/email-forwarding?view=exchserver-2019#:~:text=In%20the%20Exchange%20admin%20center%2C%20navigate%20to%20Recipients%20%3E%20Mailboxes.&text=Select%20the%20Deliver%20message%20to,then%20click%20or%20tap%20Save.

    Set-Mailbox -Identity "Douglas Kohn" -DeliverToMailboxAndForward $true -ForwardingSMTPAddress "douglaskohn.parents@fineartschool.net"  
    

    Alternatively, you could create a transport rule for each mailbox to CC: top google but that would probably be too much to actually manage.

    Thats the only way you could meet the requirement:
    I need to keep both systems and main will remain Office365 (mx records doesn't change), but i need that mail received from some user (at first), must be in the two system.

    As far as the domain sharing, I dont see how that could be possible since Exchange Online and Google wont be able to share the same namespace.
    (If that is what you are proposing)

    0 comments No comments

  2. Joyce Shen - MSFT 16,651 Reputation points
    2020-12-22T02:47:08.9+00:00

    Hi anonymous user

    Agree with the suggestions above from Andy, mail forwarding and transport rule (configured in Exchange online) can be used to meet your need keep mails on both server side.

    You could refer to Option 3: Setup Mailbox Forwarding With PowerShell in this link to get more detailed information: Microsoft Exchange – Forwarding Mail To External Email Addresses

    And the mailflow rule can be set like below:

    50232-qa-2020-12-22-10-44-38.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
     

    0 comments No comments

  3. Davide Carrara 1 Reputation point
    2020-12-22T07:43:57.317+00:00

    Thanks to everyone i will try asap