Docker-mailserver: Catch-all for non-existent accounts

Created on 16 Jan 2016  路  1Comment  路  Source: tomav/docker-mailserver

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]

question

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.

[email protected] [email protected]
[email protected] [email protected]
@example.com [email protected]

The above works, as it matches user2 before it reaches the catchall.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

m-a-v picture m-a-v  路  4Comments

nicklayb picture nicklayb  路  4Comments

jholster picture jholster  路  4Comments

nekrondev picture nekrondev  路  3Comments

InsOpDe picture InsOpDe  路  4Comments