diff options
Diffstat (limited to 'mox/config')
| -rw-r--r-- | mox/config/domains.conf | 52 | ||||
| -rw-r--r-- | mox/config/mox.conf | 74 |
2 files changed, 0 insertions, 126 deletions
diff --git a/mox/config/domains.conf b/mox/config/domains.conf deleted file mode 100644 index 2ea54ec..0000000 --- a/mox/config/domains.conf +++ /dev/null @@ -1,52 +0,0 @@ -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: - - zen.spamhaus.org - - bl.spamcop.net diff --git a/mox/config/mox.conf b/mox/config/mox.conf deleted file mode 100644 index 76c3ce7..0000000 --- a/mox/config/mox.conf +++ /dev/null @@ -1,74 +0,0 @@ -DataDir: ../data -LogLevel: debug -User: mox -Hostname: mail.joeac.net -AdminPasswordFile: adminpasswd -Listeners: - internal: - IPs: - - 127.0.0.1 - - ::1 - Hostname: localhost - AccountHTTP: - Enabled: true - Port: 1080 - Forwarded: true - AdminHTTP: - Enabled: true - Port: 1080 - Forwarded: true - WebmailHTTP: - Enabled: true - Port: 1080 - Forwarded: true - WebAPIHTTP: - Enabled: true - Port: 1080 - Forwarded: true - MetricsHTTP: - Enabled: true - AutoconfigHTTPS: - Enabled: true - Port: 81 - NonTLS: true - MTASTSHTTPS: - Enabled: true - Port: 81 - NonTLS: true - WebserverHTTP: - Enabled: true - Port: 81 - public: - IPs: - - 192.168.178.75 - - fdc9:6aec:7a18:0:2e0:4cff:fe61:9b17 - NATIPs: - - 217.155.190.42 - - fdc9:6aec:7a18:0:2e0:4cff:fe61:9b17 - TLS: - KeyCerts: - - - CertFile: /etc/letsencrypt/live/mail.joeac.net/fullchain.pem - KeyFile: /etc/letsencrypt/live/mail.joeac.net/privkey.pem - - - CertFile: /etc/letsencrypt/live/mta-sts.mail.joeac.net/fullchain.pem - KeyFile: /etc/letsencrypt/live/mta-sts.mail.joeac.net/privkey.pem - - - CertFile: /etc/letsencrypt/live/autoconfig.mail.joeac.net/fullchain.pem - KeyFile: /etc/letsencrypt/live/autoconfig.mail.joeac.net/privkey.pem - - - CertFile: /etc/letsencrypt/live/clientsettings.mail.joeac.net/fullchain.pem - KeyFile: /etc/letsencrypt/live/clientsettings.mail.joeac.net/privkey.pem - SMTP: - Enabled: true - Submissions: - Enabled: true - IMAPS: - Enabled: true -Postmaster: - Account: me - Mailbox: Postmaster -HostTLSRPT: - Account: me - Mailbox: TLSRPT - Localpart: tlsreports |
