mirror of
https://github.com/mjl-/mox.git
synced 2024-12-28 01:13:47 +03:00
faa08583c0
we could make more types of delays configurable. the current approach isn't great, as it results in an a default value of "0s" in the config file, while the actual default is 15s (which is documented just above, but still).
73 lines
1.2 KiB
Text
73 lines
1.2 KiB
Text
DataDir: ../data
|
|
LogLevel: trace
|
|
Hostname: moxmail1.mox1.example
|
|
# only for integration test, where fork & exec is skipped
|
|
User: 0
|
|
TLS:
|
|
CA:
|
|
CertFiles:
|
|
- ../tls/ca.pem
|
|
Listeners:
|
|
mox1:
|
|
IPs:
|
|
- 172.28.1.10
|
|
Hostname: moxmail1.mox1.example
|
|
SMTP:
|
|
Enabled: true
|
|
NoSTARTTLS: true
|
|
FirstTimeSenderDelay: 1s
|
|
Submission:
|
|
Enabled: true
|
|
NoRequireSTARTTLS: true
|
|
IMAP:
|
|
Enabled: true
|
|
NoRequireSTARTTLS: true
|
|
mox2:
|
|
IPs:
|
|
- 172.28.2.10
|
|
Hostname: moxmail2.mox2.example
|
|
TLS:
|
|
KeyCerts:
|
|
-
|
|
CertFile: ../tls/moxmail2.pem
|
|
KeyFile: ../tls/moxmail2-key.pem
|
|
SMTP:
|
|
Enabled: true
|
|
Submission:
|
|
Enabled: true
|
|
NoRequireSTARTTLS: true
|
|
Submissions:
|
|
Enabled: true
|
|
IMAP:
|
|
Enabled: true
|
|
IMAPS:
|
|
Enabled: true
|
|
AdminHTTP:
|
|
Enabled: true
|
|
AdminHTTPS:
|
|
Enabled: true
|
|
MetricsHTTP:
|
|
Enabled: true
|
|
AutoconfigHTTPS:
|
|
Enabled: true
|
|
MTASTSHTTPS:
|
|
Enabled: true
|
|
mox3:
|
|
IPs:
|
|
- 172.28.3.10
|
|
Hostname: moxmail3.mox3.example
|
|
TLS:
|
|
KeyCerts:
|
|
-
|
|
CertFile: ../tls/moxmail3.pem
|
|
KeyFile: ../tls/moxmail3-key.pem
|
|
SMTP:
|
|
Enabled: true
|
|
FirstTimeSenderDelay: 1s
|
|
Submission:
|
|
Enabled: true
|
|
NoRequireSTARTTLS: true
|
|
|
|
Postmaster:
|
|
Account: moxtest1
|
|
Mailbox: postmaster
|