| | |
| | | // 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 |
| | |
| | | // Compact INBOX on logout |
| | | $rcmail_config['logout_expunge'] = FALSE; |
| | | |
| | | /** |
| | | * 'Delete always' |
| | | * This setting reflects if mail should be always marked as deleted, |
| | | * even if moving to "Trash" fails. This is necessary in some setups |
| | | * because a) people may not have a Trash folder or b) they are over |
| | | * quota (and Trash is included in the quota). |
| | | * |
| | | * This is a failover setting for iil_C_Move when a message is moved |
| | | * to the Trash, and not the same as "delete_right_away". |
| | | */ |
| | | $rcmail_config['delete_always'] = false; |
| | | |
| | | // end of config file |
| | | ?> |