Skip to content

Commit e500d40

Browse files
author
tchapi
committed
readme
1 parent 4d5f57a commit e500d40

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
@@ -239,12 +239,12 @@ Or use it directly in the Apache configuration
239239
240240
### Specific environment variables for IMAP and LDAP authentication methods
241241
242-
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.
242+
In case you use the `IMAP` auth type, you must specify the auth url (_the "mailbox" url_) in `IMAP_AUTH_URL`.
243243
244244
You should also explicitely define whether you want new authenticated to be created upon login:
245245
246246
```shell
247-
IMAP_AUTH_URL={imap.gmail.com:993/imap/ssl/novalidate-cert}
247+
IMAP_AUTH_URL="{imap.gmail.com:993}"
248248
IMAP_AUTH_USER_AUTOCREATE=true # false by default
249249
```
250250

0 commit comments

Comments
 (0)