From 7194802f8e6f73934dd2615957ce4017bddbe2dc Mon Sep 17 00:00:00 2001 From: stellarpower Date: Mon, 14 Oct 2024 18:15:30 +0100 Subject: [PATCH] Point towards syntax of (aliases) file table for new users. #684 --- maddy.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maddy.conf b/maddy.conf index 5f02fb35..a93f89f1 100644 --- a/maddy.conf +++ b/maddy.conf @@ -57,6 +57,8 @@ table.chain local_rewrites { optional_step static { entry postmaster postmaster@$(primary_domain) } + + # See here for an example: https://github.com/foxcpp/maddy/blob/master/contrib/kubernetes/chart/files/aliases optional_step file /etc/maddy/aliases }