From a5a8b837da3297d7ade1b08ebb64540fcdb42a45 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 12 Jan 2025 17:46:46 +0800 Subject: Add default db configuration --- maild.scfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'maild.scfg') diff --git a/maild.scfg b/maild.scfg index 373e640..1230559 100644 --- a/maild.scfg +++ b/maild.scfg @@ -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 +} -- cgit v1.2.3