From c0e51245bb2089348dcadf4997b012119bd132cd Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Wed, 4 Apr 2018 19:20:53 +0200 Subject: [PATCH] Clarify distinction between aliases and catchAll --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index e5dbc3e..4ff1ee4 100644 --- a/default.nix +++ b/default.nix @@ -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. ''; };