aboutsummaryrefslogtreecommitdiff
path: root/maild.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-13 12:02:49 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-13 12:02:49 +0800
commit42c5f39700c6ba95a6b924be807e8cddd69c3bdd (patch)
treea61dc937793b00684a03a14b2ec4adfca5f632da /maild.scfg
parentAdd addresses (diff)
downloadmaild-42c5f39700c6ba95a6b924be807e8cddd69c3bdd.tar.gz
maild-42c5f39700c6ba95a6b924be807e8cddd69c3bdd.tar.zst
maild-42c5f39700c6ba95a6b924be807e8cddd69c3bdd.zip
Add PostgreSQL mail store support
Diffstat (limited to 'maild.scfg')
-rw-r--r--maild.scfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/maild.scfg b/maild.scfg
index 3bdb3bd..c26f388 100644
--- a/maild.scfg
+++ b/maild.scfg
@@ -9,3 +9,8 @@ db {
type postgres
conn postgresql:///lindenii-maild?host=/var/run/postgresql
}
+
+mx {
+ net tcp
+ addr :1025
+}