summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-18 22:02:58 +0100
committerRobin Raymond <robin@robinraymond.de>2017-12-18 22:02:58 +0100
commit52ffc5ef7b002ed389255ec02d260c9d9d931c16 (patch)
tree06c237a99b1b9710dd6c11b7ae05046f2c1ebc87
parentce7ad83402ea7ff1e74cce343396c83876c2a6f3 (diff)
update readme catchAllv2.0.3
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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" = { ... };