Hi,
My situation is this:
I have a domain example.com and an alias-domain alias.com.
On example.com, I have a few accounts and otherwise a catchall thats receives all emails that are not sent to one of the existing accounts, i.e. notauser@example.com.
And I want to receive emails for notauser@alias.com as well.
I have read the docs here: https://docs.mailcow.email/models/model-sender_rcv/
It says: “It is important to know, that you are not able to receive mail for my-alias@my-alias-domain.tld. You would need to create this particular alias.”
But then it says: "Please note that this does not apply to catch-all aliases:
Alias domain alias.com is added and assigned to primary domain example.org
me@example.org is assigned the catch-all alias @example.org
me@example.org is still just known as me@example.org, which is the only available send-as option
Any email send to alias.com will match the catch-all alias for example.org"
So to me, this sounds like it should work.
But when an email sent to notauser@alias.com arrived, postfix rejected it with this error message: “Recipient address rejected: User unknown in virtual mailbox table”
So what is going on? Do I misinterpret the docs and my plan should not work? Should it work and I have misconfigured something?
Thanks!