Is there any way to have a catchall for any mail that's not sent specifically to an account?
If I have [email protected] and [email protected] and then
If I specify a domain level alias @example.com [email protected], all mail to [email protected] get's redirected to [email protected]
Raised issue too soon, it works the same as standard. All real accounts need an alias, virtual file order is important. First match wins rule.
[email protected] [email protected]
[email protected] [email protected]
@example.com [email protected]
The above works, as it matches user2 before it reaches the catchall.
Most helpful comment
Raised issue too soon, it works the same as standard. All real accounts need an alias, virtual file order is important. First match wins rule.
The above works, as it matches user2 before it reaches the catchall.