summaryrefslogtreecommitdiff
path: root/jwebmail.development.toml
blob: 3975c9fadc5f2f1ff8c6d734dc1d4fe12d09ad49 (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
[defaults]
scriptadmin = "me@example.com" # for complaints / support

[i18n]
default_language = "en"
directory = "lang"

[i18n.languages]
#en = English
#de = Deutsch

[model.read.driver.devel.json]
[model.read.driver.devel.maildir]

[model.write]
#sendmail = "/usr/sbin/sendmail"

[development]
read_mock = "JWebmail::Model::ReadMails::MockJSON" # JWebmail::Model::ReadMails::MockMaildir
block_writes = 1

[session]
# secure sesssion [none, cram, s3d]
secure = "cram"