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"
 8metrics-listen="127.0.0.1:15001"
 9
10[lmtp]
11# listen="unix:///tmp/lmtp.sock"
12listen="tcp://0.0.0.0:8024"
13connection-timeout = '30m'
14max-data-size="3mib"
15
16[smtp]
17address='127.0.0.1:2525'
18connection-type="plain" # starttls tls
19sender='lists@base.lan'
20username=''
21password=''
22
23[storage]
24driver="sqlite3"
25# dsn="file::memory:?cache=shared"
26dsn="/tmp/mlisting_test.db?cache=shared&mode=rwc"