Merge pull request #112 from tokudan/catchAll_doc

Clarify distinction between aliases and catchAll
This commit is contained in:
Robin Raymond 2018-04-08 15:25:22 +02:00 committed by GitHub
commit 319a6dd793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,8 @@ in
default = [];
description = ''
A list of aliases of this login account.
Note: Use list entries like "@example.com" to create a catchAll
that allows sending from all email addresses in these domain.
'';
};
@ -75,6 +77,7 @@ in
default = [];
description = ''
For which domains should this account act as a catch all?
Note: Does not allow sending from all addresses of these domains.
'';
};