Skip to content

Commit bfd9552

Browse files
author
tchapi
committed
readme
1 parent 44b5b15 commit bfd9552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ Or use it directly in the Apache configuration
189189
190190
### Specific environment variables for IMAP and LDAP authentication methods
191191
192-
In case you use the `IMAP` auth type, you must specify the auth url (_the "mailbox" url_) in `IMAP_AUTH_URL`. See https://www.php.net/manual/en/function.imap-open.php for more details.
192+
In case you use the `IMAP` auth type, you must specify the auth url (_the "mailbox" url_) in `IMAP_AUTH_URL`.
193193
194194
You should also explicitely define whether you want new authenticated to be created upon login:
195195
196196
```shell
197-
IMAP_AUTH_URL="{imap.gmail.com:993/imap/ssl/novalidate-cert}"
197+
IMAP_AUTH_URL="{imap.gmail.com:993}"
198198
IMAP_AUTH_USER_AUTOCREATE=true # false by default
199199
```
200200

0 commit comments

Comments
 (0)