Skip to content

Commit f667704

Browse files
author
tchapi
committed
readme
1 parent 51ffff2 commit f667704

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
@@ -226,12 +226,12 @@ Or use it directly in the Apache configuration
226226
227227
### Specific environment variables for IMAP and LDAP authentication methods
228228
229-
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.
229+
In case you use the `IMAP` auth type, you must specify the auth url (_the "mailbox" url_) in `IMAP_AUTH_URL`.
230230
231231
You should also explicitely define whether you want new authenticated to be created upon login:
232232
233233
```shell
234-
IMAP_AUTH_URL={imap.gmail.com:993/imap/ssl/novalidate-cert}
234+
IMAP_AUTH_URL="{imap.gmail.com:993}"
235235
IMAP_AUTH_USER_AUTOCREATE=true # false by default
236236
```
237237

0 commit comments

Comments
 (0)