aboutsummaryrefslogtreecommitdiff
path: root/maild.scfg
blob: 12305597335990ccf03d4906df528c0ac5141e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server_name mail.andrewyu.org

routes {
        andrew@andrewyu.org /home/runxiyu/inbox
        test@andrewyu.org /home/runxiyu/inbox
        adeline@andrewyu.org /home/runxiyu/inbox
}

tls {
	cert /etc/tls/cert.pem
	key /etc/tls/privkey.pem
}

db {
	type postgres
	conn postgresql:///lindenii-maild?host=/var/run/postgresql
}