Open Relay Wild Card Domain#801
Merged
Merged
Conversation
If there is an Open Relay, we should report it as an error as they shouldn't be having that set. Customers should be using a receive connector for this. There was an update with code that wasn't anticipating this that is causing a crash to occur. We want to call this out if this is set for that as well.
bill-long
approved these changes
Dec 3, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
On the latest September 2021 CU release, we are seeing some cases regarding crashing of the transport services. This is being caused by a wild card domain (*) with a domain type of
InternalRelay.Fix:
Quickly call this out and avoid running into the issue and avoid having an open relay set.