Hello, I'm trying to create a Content Filter for the recipient of the email. What I've tried so far is... Filter: Header Filter Regexp. Pattern: /^To: [email protected]/ Data: [email protected] Action: REDIRECT What I'm wanting this to do is redirect all emails to addresses such as [email protected] and [email protected] to [email protected]. When I send a test email with this rule in place I'm getting the following error. The error that the server returned was: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table Any thoughts?
I ended up going into Postfix's main.cf and editing the recipient_delimiter = + to recipient_delimiter = - Thanks!