Hello - I have a secondary domain that I want to forward all emails from into a specific address. So I wrote a rule that I think should cover it:
Apply rule if: The recipient address includes "@domain.com".
Do the following: Redirect the message to: "mailbox that I know works in my primary domain"
When I send a test email to a non-existing mailbox, I get a response back RESOLVER.ADR.RecipNotFound which tells me it's trying to find the mailbox before it fires the rule. This rule is the first rule to fire.
Any ideas?
~David