Jun 22 2020 04:15 AM - edited Jun 22 2020 04:29 AM
After migrating from Exchange 2016 with EDGE server to Exchange 2019, we have problems with transport rules. Here are the transport rules we use:
New-TransportRule -Name "Wildcard" -AnyOfRecipientAddressMatchesPatterns "^some-pretext\w*@(mymaildomain.com)$" -RedirectMessageTo some-mailbox@mymaildomain.com
We would like to continue using the transport rule, but we receive an NDR reply with Reciepient not found. The RecipientFilterConfig was deactivated with : Set-RecipientFilterConfig -Enabled $false
These transport rules do not work on Exchange Online either.
Deactivating the TransportAgent with Disable-TransportAgent "Recipient Filter Agent" does not help us because there is none installed.
Perhaps I have missed something?