Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-07-13 13:38:35 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-07-13 13:38:37 +0300
commit60b01090914a857183f0c6b08a8b8d9ed4174999 (patch)
tree9667e14fa0fdf6fd09ed8188bae03b0bb792ba1f
parent99f2cc6a1b85919eaa6f960100628a96be5e45df (diff)
Improve ldap testing documentation
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--doc/developer.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/developer.md b/doc/developer.md
index 5aea2cf74..e1831ad8a 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -110,10 +110,10 @@ sufficient to configure some LDAP accounts on the IMAP service.
imap:
image: christophwurst/imap-devel:latest
ports:
- - 25:25
- - 143:143
- - 993:993
- - 4190:4190
+ - "25:25"
+ - "143:143"
+ - "993:993"
+ - "4190:4190"
environment:
- MAILNAME=mail.domain.tld
- MAIL_ACCOUNTS=admin@test.local,password 3268b904-582d-103b-83a5-c7ccb54ec103@planetexpress.com,bender 32657d7a-582d-103b-83a4-c7ccb54ec103@planetexpress.com,amy
@@ -131,7 +131,7 @@ Please lookup the right values in the Nextcloud user management.
To create a IMAP account for Amy and Bender add to MAIL_ACCOUNTS.
-`32657d7a-582d-103b-83a4-c7ccb54ec103,amy 3268b904-582d-103b-83a5-c7ccb54ec103,bender`
+`32657d7a-582d-103b-83a4-c7ccb54ec103@planetexpress.com,amy 3268b904-582d-103b-83a5-c7ccb54ec103@planetexpress.com,bender`
The password is (for our sample data) the display name in lowercase.
Note that accounts are seperated by a space.