mirror of
https://github.com/mjl-/mox.git
synced 2025-02-13 15:32:27 +03:00
![Mechiel Lukkien](/assets/img/avatar_default.png)
in smtpserver, we store dmarc evaluations (under the right conditions). in dmarcdb, we periodically (hourly) send dmarc reports if there are evaluations. for failed deliveries, we deliver the dsn quietly to a submailbox of the postmaster mailbox. this is on by default, but can be disabled in mox.conf.
28 lines
514 B
Text
28 lines
514 B
Text
Domains:
|
|
mox.example:
|
|
DKIM:
|
|
Selectors:
|
|
testsel:
|
|
PrivateKeyFile: testsel.rsakey.pkcs8.pem
|
|
Sign:
|
|
- testsel
|
|
Accounts:
|
|
other:
|
|
Domain: mox.example
|
|
Destinations:
|
|
other@mox.example: nil
|
|
mjl:
|
|
MaxOutgoingMessagesPerDay: 30
|
|
MaxFirstTimeRecipientsPerDay: 10
|
|
Domain: mox.example
|
|
Destinations:
|
|
mjl@mox.example: nil
|
|
møx@mox.example: nil
|
|
RejectsMailbox: Rejects
|
|
JunkFilter:
|
|
Threshold: 0.95
|
|
Params:
|
|
Twograms: true
|
|
MaxPower: 0.1
|
|
TopWords: 10
|
|
IgnoreWords: 0.1
|