mlisting

Mailing list service

git clone git://git.lin.moe/go/mlisting.git

 1[log]
 2level="debug"
 3
 4[http]
 5home="http://localhost:15000/"
 6listen="127.0.0.1:15000"
 7index-page="./greeting.html"
 8
 9[lmtp]
10# listen="unix:///tmp/lmtp.sock"
11listen="tcp://0.0.0.0:8024"
12connection-timeout = '30m'
13
14[smtp]
15address='127.0.0.1:2525'
16connection-type="plain" # starttls tls
17sender='lists@base.lan'
18username=''
19password=''
20
21[storage]
22driver="sqlite3"
23# dsn="file::memory:?cache=shared"
24dsn="/tmp/mlisting_test.db?cache=shared&mode=rwc"