blob: 1d5033fb47618462d7c40f018e27608b277c9d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
admin_mail = 'me@example.com' # for complaints / support
[i18n]
default_language = 'en'
[model.read]
virtual_user = 'jmhoffmann'
mailbox_path = 't/testdata'
authenticator = 'script/testauthenticator.pl'
[model.write]
sendmail = 'cat'
|