mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

The original config option stays, and we still use it for the common case where we have a single separator. The "+" is configured by default. It is optional, just like the new option "LocalpartCatchallSeparators" (plural). When parsing the config file, we combine LocalpartCatchallSeparator and LocalpartCatchallSeparators into a single list LocalpartCatchallSeparatorsEffective, which we use throughout the code. For issue #301 by janc13
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
Domains:
|
|
mox.example:
|
|
LocalpartCatchallSeparator: +
|
|
mox2.example:
|
|
LocalpartCatchallSeparators:
|
|
- +
|
|
- -
|
|
Accounts:
|
|
mjl:
|
|
Domain: mox.example
|
|
Destinations:
|
|
mjl@mox.example: nil
|
|
mjl@mox2.example: nil
|
|
catchall:
|
|
Domain: mox.example
|
|
Destinations:
|
|
@mox.example: nil
|