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