thomascube
2008-05-15 aec031c54726171557e89653364b1d915e05631c
Better description of imap_auth_type option

1 files modified
3 ■■■■ changed files
config/main.inc.php.dist 3 ●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -40,7 +40,8 @@
// 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