| Syntax: | imap_auth |
|---|---|
| Default: | imap_auth plain; |
| Context: | mail, server |
Sets permitted methods of authentication for IMAP clients. Supported methods are:
login- AUTH=LOGIN
plain- AUTH=PLAIN
cram-md5- AUTH=CRAM-MD5. In order for this method to work, the password must be stored unencrypted.
external- AUTH=EXTERNAL (1.11.6).
Please login to continue.