From 27cf6309af4536be615a34a647bbc54e6f8f43c6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 12 Jan 2025 04:38:25 +0800 Subject: Add basic routing --- maild.scfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'maild.scfg') 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 +} -- cgit v1.2.3