diff options
author | thomascube <thomas@roundcube.net> | 2008-05-15 21:23:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-05-15 21:23:41 +0000 |
commit | aec031c54726171557e89653364b1d915e05631c (patch) | |
tree | 1ff8d6d2dde3493cde3b2d626b1d1b0ddd2e8f0f /config | |
parent | b026c3be85cb5617176e1408e2281bea4182e060 (diff) |
Better description of imap_auth_type option
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e4287de7d..e8fbd2ff0 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -40,7 +40,8 @@ $rcmail_config['default_host'] = ''; // TCP port used for IMAP connections $rcmail_config['default_port'] = 143; -// IMAP authentication type (auth, plain) or null to use best server supported one +// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect. +// Optional, defaults to "check" $rcmail_config['imap_auth_type'] = null; // Automatically add this domain to user names for login |