We've just migrated to Office 365 (from Google Apps, BTW) and due to some oversights (groups) have bounced an unknown amount of customer mail.
Does Exchange log bounced mail, and better yet, can I access those logs if I'm using Exchange via Office 365 (Medium Enterprise)? I would guess if there's an answer it will invoke Powershell?
Thanks in advance
Dan - yes, this should be available, if I'm understanding you right. If you mean that groups didn't have SMTP addresses assigned properly and inbound email to them got bounced for "unknown recipient" then yes, it should show this in the Message Trace feature of the EAC.
Inside the EAC/admin portal, go to the Exchange admin area and then
Mail Flow
and thenMessage Trace
.From there, just do a basic trace. If you want to specify the email addresses in question, click on the
Add Users
button in the appropriate section and then just type in the email address next toCheck
and don't hit anything butOK
.The search results should give you what you are looking for. They aren't super detailed in the EAC though.
EDIT: if you want to export the results this is going to be done through the Powershell with Exchange Online.
Something like:
You could add a
where
statement at the end as well if you wanted just the failed ones as well as grabbing the trace details.Something like:
To export either just add
> tracelog.csv
to the end.