update readme catchAll

This commit is contained in:
Robin Raymond 2017-12-18 22:02:58 +01:00
parent ce7ad83402
commit 52ffc5ef7b

View file

@ -141,6 +141,13 @@ common ones.
"postmaster@example.com" "postmaster@example.com"
"postmaster@example2.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" = { ... }; "user2@example.com" = { ... };