mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 17:34:37 +03:00
mox!
This commit is contained in:
66
testdata/integration/mox.conf
vendored
Normal file
66
testdata/integration/mox.conf
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
DataDir: ./run
|
||||
LogLevel: info
|
||||
Hostname: moxmail1.mox1.example
|
||||
TLS:
|
||||
CA:
|
||||
CertFiles:
|
||||
- tls/ca.pem
|
||||
Listeners:
|
||||
mox1:
|
||||
IPs:
|
||||
- 172.28.1.10
|
||||
Hostname: moxmail1.mox1.example
|
||||
SMTP:
|
||||
Enabled: true
|
||||
NoSTARTTLS: true
|
||||
Submission:
|
||||
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
|
||||
Submission:
|
||||
Enabled: true
|
||||
NoRequireSTARTTLS: true
|
||||
|
||||
Postmaster:
|
||||
Account: moxtest1
|
||||
Mailbox: postmaster
|
Reference in New Issue
Block a user