mirror of
https://github.com/mjl-/mox.git
synced 2024-12-28 01:13:47 +03:00
b571dd4b28
by specifying a "destination" in an account that is just "@" followed by the domain, e.g. "@example.org". messages are only delivered to the catchall address when no regular destination matches (taking the per-domain catchall-separator and case-sensisitivity into account). for issue #18
12 lines
203 B
Text
12 lines
203 B
Text
Domains:
|
|
mox.example:
|
|
LocalpartCatchallSeparator: +
|
|
Accounts:
|
|
mjl:
|
|
Domain: mox.example
|
|
Destinations:
|
|
mjl@mox.example: nil
|
|
catchall:
|
|
Domain: mox.example
|
|
Destinations:
|
|
@mox.example: nil
|