mirror of
https://github.com/mjl-/mox.git
synced 2025-06-27 23:48:15 +03:00

Such as "-" when addresses are dmarc-reports@ and tls-reports@. Existing configuration files can have these combinations. We don't allow them to be created through the webadmin interface, as this is a likely source of confusion about how addresses will be matched. We already didn't allow regular addresses containing catchall separators.
20 lines
330 B
Plaintext
20 lines
330 B
Plaintext
Domains:
|
|
mox.example:
|
|
TLSRPT:
|
|
Account: mjl
|
|
# Localpart contains a catchall separator
|
|
Localpart: tls-reports
|
|
Mailbox: TLSRPT
|
|
LocalpartCatchallSeparators:
|
|
- +
|
|
- -
|
|
Accounts:
|
|
mjl:
|
|
Domain: mox.example
|
|
Destinations:
|
|
mjl@mox.example: nil
|
|
tls:
|
|
Domain: mox.example
|
|
Destinations:
|
|
tls@mox.example: nil
|