diff options
-rw-r--r-- | maild.scfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,3 +10,8 @@ tls { cert /etc/tls/cert.pem key /etc/tls/privkey.pem } + +db { + type postgres + conn postgresql:///lindenii-maild?host=/var/run/postgresql +} |
index : maild.git | ||
[WIP] SMTP and IMAP daemon | Runxi Yu |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | maild.scfg | 5 |
@@ -10,3 +10,8 @@ tls { cert /etc/tls/cert.pem key /etc/tls/privkey.pem } + +db { + type postgres + conn postgresql:///lindenii-maild?host=/var/run/postgresql +} |