blob: 7834958773eb15514b39d6f44838333bc93c08d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
secret = "S3CR3T"
admin_mail = "test@example.org"
[i18n]
default_language = "en"
[model.read]
virtual_user = "netfehcom"
mailbox_path = "/home/netfehcom/users"
authenticator = "/var/qmail/bin/qmail-authuser"
[model.write]
sendmail = "/var/qmail/bin/sendmail"
[hypnotoad]
proxy = 1
pid_file = "/run/jwebmail/hypnotoad.pid"
listen = ["http://127.0.0.1:8081"]
|