update readme catchAll
This commit is contained in:
parent
ce7ad83402
commit
52ffc5ef7b
|
@ -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" = { ... };
|
||||||
|
|
Loading…
Reference in New Issue