From 52ffc5ef7b002ed389255ec02d260c9d9d931c16 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Mon, 18 Dec 2017 22:02:58 +0100 Subject: [PATCH] update readme catchAll --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da8182e..5d5ada3 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,13 @@ common ones. "postmaster@example.com" "postmaster@example2.com" ]; + + # Make this user the catchAll address for domains example.com and + # example2.com + catchAll = [ + "example.com" + "example2.com" + ]; }; "user2@example.com" = { ... };