update readme catchAll
This commit is contained in:
parent
ce7ad83402
commit
52ffc5ef7b
1 changed files with 7 additions and 0 deletions
|
@ -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" = { ... };
|
||||
|
|
Loading…
Reference in a new issue