aboutsummaryrefslogtreecommitdiff
path: root/maild.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-12 04:38:25 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-12 04:42:09 +0800
commit27cf6309af4536be615a34a647bbc54e6f8f43c6 (patch)
tree7563339698b24510f1024c4904f5a55ff7614c03 /maild.scfg
parentUpdate README (diff)
downloadmaild-27cf6309af4536be615a34a647bbc54e6f8f43c6.tar.gz
maild-27cf6309af4536be615a34a647bbc54e6f8f43c6.tar.zst
maild-27cf6309af4536be615a34a647bbc54e6f8f43c6.zip
Add basic routing
Diffstat (limited to '')
-rw-r--r--maild.scfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/maild.scfg b/maild.scfg
index 84c613e..99efe9c 100644
--- a/maild.scfg
+++ b/maild.scfg
@@ -1,2 +1,7 @@
server_name mail.andrewyu.org
-inbox_path /home/runxiyu/inbox
+
+routes {
+ andrew@andrewyu.org /home/runxiyu/inbox
+ test@andrewyu.org /home/runxiyu/inbox
+ adeline@andrewyu.org /home/runxiyu/inbox
+}