diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-05 23:16:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-05 23:18:11 +0100 |
| commit | 639196f0c9cb2fd972897a7652f903b11f9154d1 (patch) | |
| tree | c2aac30d05f3dc7b75f63f6616291b2ce48557cd /mox/config/domains.conf | |
| parent | 404cb2d98c0fbdef83b35e8fe995972fa8b47531 (diff) | |
install mox config
Diffstat (limited to 'mox/config/domains.conf')
| -rw-r--r-- | mox/config/domains.conf | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/mox/config/domains.conf b/mox/config/domains.conf new file mode 100644 index 0000000..7901311 --- /dev/null +++ b/mox/config/domains.conf @@ -0,0 +1,52 @@ +Domains: + mail.joeac.net: + ClientSettingsDomain: clientsettings.mail.joeac.net + LocalpartCatchallSeparator: + + DKIM: + Selectors: + 2026a: + Expiration: 72h + PrivateKeyFile: dkim/2026a._domainkey.mail.joeac.net.20260705T163220.rsa2048.privatekey.pkcs8.pem + 2026b: + Expiration: 72h + PrivateKeyFile: dkim/2026b._domainkey.mail.joeac.net.20260705T163220.rsa2048.privatekey.pkcs8.pem + Sign: + - 2026a + DMARC: + Localpart: dmarcreports + Account: me + Mailbox: DMARC + MTASTS: + PolicyID: 20260705T153220 + Mode: enforce + MaxAge: 24h0m0s + MX: + - mail.joeac.net + TLSRPT: + Localpart: tlsreports + Account: me + Mailbox: TLSRPT +Accounts: + me: + Domain: mail.joeac.net + Destinations: + me@mail.joeac.net: nil + SubjectPass: + Period: 12h0m0s + RejectsMailbox: Rejects + AutomaticJunkFlags: + Enabled: true + JunkMailboxRegexp: ^(junk|spam) + NeutralMailboxRegexp: ^(inbox|neutral|postmaster|dmarc|tlsrpt|rejects) + JunkFilter: + Threshold: 0.950000 + Params: + Onegrams: true + MaxPower: 0.010000 + TopWords: 10 + IgnoreWords: 0.100000 + RareWords: 2 + NoCustomPassword: true +MonitorDNSBLs: + - sbl.spamhaus.org + - bl.spamcop.net |
