Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, January 24, 2019 8:05 PM
We have users with our company that are technically outside our company, but they have a email addresses within our company that I'm trying to forward out.
So, I have a user created. [email protected] He has an exchange mailbox.
I create a Contact in Exchange called BobExternal with an email of [email protected]. That's the primary email.
I go back into the exchange account and go into "mailbox features" scroll down to Mail Flow > Details, and I check Enable Forwarding and pick the Contact.
So, email coming in to [email protected] should forward now to [email protected].
I go to Gmail and send an email to the internal account, check it in my spam filter, it's sent. So far so good. Check mail flow in Exchange and I get this error.
Failed
1/24/2019 8:43 AM server.domain.org
The message couldn't be delivered.
[{LED=250 2.1.5 RESOLVER.FWD.Forwarded; recipient forwarded};{MSG=};{FQDN=};{IP=};{LRT=}]
What am I doing wrong? We have this same setup for other IDs and it works. I don't know what I'm missing with this one.
Ben Rollman
All replies (5)
Thursday, January 24, 2019 8:23 PM âś…Answered | 1 vote
Hello
get-remotedomain | set-remotedomain -AutoForwardEnabled $true
not help?
sorry my english
Thursday, January 24, 2019 8:45 PM
Possibly, I just set it and sent test email and now I don't get that error, but I get an error that delivery information is no longer available. Could be because it's been sent through to the contact and then the external email. I'll check with them if they got the test.
That said, I have four other instances of this that should be working. Wouldn't this set the remotedomain exchange wide?
Ben Rollman
Friday, January 25, 2019 8:02 AM
Hello
with get-remotedomain |fl can check settings
sorry my english
Friday, January 25, 2019 10:34 AM
Hi Ben,
What do you mean by "information is no longer available"? If you are saying that the email no longer stays in [email protected] mailbox, you can check the "Deliver message to both forwarding address and mailbox" box to keep a copy in the mailbox.
If you enable autoforward for the remote domain, the forwarding rule can be applied to the mail contacts whose mailboxes are in the external domain if they have forwarding addresses configured.
Regards,
Dawn Zhou
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact [email protected].
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
Friday, January 25, 2019 7:33 PM
What do you mean by "information is no longer available"?
Meaning when I select the message in the mail flow tracker it pops up a window that says "Information is no longer available."
We aren't keeping a copy on our Exchange. These users are both part and not part of our company so we give them access to certain parts of our infrastructure but not all of it. ie Forwarding is fine, but not keeping the emails.
Right now AutoForwardEnabled is True. I'm not sure how the other four we have set up to forward were working before if this was set to False, but I ran get-remotedomain | set-remotedomain -AutoForwardEnabled $true and sent a test and they received it.
Ben Rollman