summaryrefslogtreecommitdiff
path: root/mox/config/mox.conf
blob: 76c3ce758b365dbf1599851f074086020d0dfb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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