diff --git a/etc/mox/config/domains.conf b/etc/mox/config/domains.conf index 9edc15b..134cbf2 100644 --- a/etc/mox/config/domains.conf +++ b/etc/mox/config/domains.conf @@ -1,38 +1,38 @@ Domains: - fogtype.com: - LocalpartCatchallSeparator: "+" - DKIM: - Selectors: - Sign: [] - DMARC: - Localpart: dmarc-reports - Account: nebel - Mailbox: DMARC - MTASTS: - PolicyID: "20230420T000000" - Mode: enforce - MaxAge: "24h" - TLSRPT: - Localpart: tls-reports - Account: nebel - Mailbox: TLSRPT + fogtype.com: + LocalpartCatchallSeparator: "+" + DKIM: + Selectors: + Sign: [] + DMARC: + Localpart: dmarc-reports + Account: nebel + Mailbox: DMARC + MTASTS: + PolicyID: "20230420T000000" + Mode: enforce + MaxAge: "24h" + TLSRPT: + Localpart: tls-reports + Account: nebel + Mailbox: TLSRPT Accounts: - nebel: - Domain: fogtype.com - Destinations: - nebel: - SubjectPass: - Period: "12h" - RejectsMailbox: Rejects - AutomaticJunkFlags: - Enabled: true - JunkMailboxRegexp: "^(junk|spam)" - NeutralMailboxRegexp: "^(inbox|neutral|postmaster|dmarc|tlsrpt|rejects)" - JunkFilter: - Threshold: "0.95" - Params: - Onegrams: true - MaxPower: "0.01" - TopWords: 10 - IgnoreWords: "0.1" - RareWords: 2 + nebel: + Domain: fogtype.com + Destinations: + nebel: + SubjectPass: + Period: "12h" + RejectsMailbox: Rejects + AutomaticJunkFlags: + Enabled: true + JunkMailboxRegexp: "^(junk|spam)" + NeutralMailboxRegexp: "^(inbox|neutral|postmaster|dmarc|tlsrpt|rejects)" + JunkFilter: + Threshold: "0.95" + Params: + Onegrams: true + MaxPower: "0.01" + TopWords: 10 + IgnoreWords: "0.1" + RareWords: 2 diff --git a/etc/mox/config/mox.conf b/etc/mox/config/mox.conf index 535774f..fd80425 100644 --- a/etc/mox/config/mox.conf +++ b/etc/mox/config/mox.conf @@ -5,32 +5,32 @@ Hostname: fogtype.com CheckUpdates: true AdminPasswordFile: adminpasswd Listeners: - internal: - IPs: - - "127.0.0.1" - AccountHTTP: - Enabled: true - AdminHTTP: - Enabled: true - MetricsHTTP: - Enabled: true - MTASTSHTTPS: - Enabled: true - Port: 8081 - NonTLS: true - public: - IPs: - - "::" - TLS: - KeyCerts: - - CertFile: /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/fogtype.com/fogtype.com.crt - KeyFile: /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/fogtype.com/fogtype.com.key - SMTP: - Enabled: true - Submissions: - Enabled: true - IMAPS: - Enabled: true + internal: + IPs: + - "127.0.0.1" + AccountHTTP: + Enabled: true + AdminHTTP: + Enabled: true + MetricsHTTP: + Enabled: true + MTASTSHTTPS: + Enabled: true + Port: 8081 + NonTLS: true + public: + IPs: + - "::" + TLS: + KeyCerts: + - CertFile: /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/fogtype.com/fogtype.com.crt + KeyFile: /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/fogtype.com/fogtype.com.key + SMTP: + Enabled: true + Submissions: + Enabled: true + IMAPS: + Enabled: true Postmaster: - Account: nebel - Mailbox: Postmaster + Account: nebel + Mailbox: Postmaster