File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ maddy needs to know the Entity ID to use for authentication. It must
77match the string the user provides for the Local Atom part of their
88mail address.
99
10- Note that storage backends conventionally use email addresses. Since
11- NetAuth recommends * nix compatible usernames, you will need to map the
12- email identifiers to NetAuth Entity IDs using ` auth_map ` (see
13- documentation page for used storage backend).
10+ Note that storage backends conventionally use email addresses. Since NetAuth
11+ recommends * nix compatible usernames. You will need to either map email
12+ identifiers specified by user to NetAuth Entity IDs using ` auth_map ` in
13+ endpoint.smtp/imap configuration (recommended) or you would need to use
14+ ` storage_map ` in storage backend configuration to map NetAuth Entity ID
15+ specified by user back to appropriate storage backend account names.
1416
1517auth.netauth also can be used as a table module. This way you can
1618check whether the account exists.
You can’t perform that action at this time.
0 commit comments