Changeset d206c1f in github for config/main.inc.php.dist
- Timestamp:
- Oct 14, 2005 6:57:02 AM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e02e3dc
- Parents:
- 17fc718
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
r49afbf5 rd206c1f 43 43 $rcmail_config['smtp_port'] = 25; 44 44 45 // SMTP username (if required) 45 // SMTP username (if required) if you use %u as the username RoundCube 46 // will use the current username for login 46 47 $rcmail_config['smtp_user'] = ''; 47 48 48 // SMTP password (if required) 49 // SMTP password (if required) if you use %p as the password RoundCube 50 // will use the current user's password for login 49 51 $rcmail_config['smtp_pass'] = ''; 52 53 // SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use 54 // best server supported one) 55 $rcmail_config['smtp_auth_type'] = ''; 50 56 51 57 // Log sent messages
Note: See TracChangeset
for help on using the changeset viewer.
