Changeset d206c1f in github for config/main.inc.php.dist


Ignore:
Timestamp:
Oct 14, 2005 6:57:02 AM (8 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e02e3dc
Parents:
17fc718
Message:

added smtp auth method setting through config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r49afbf5 rd206c1f  
    4343$rcmail_config['smtp_port'] = 25; 
    4444 
    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 
    4647$rcmail_config['smtp_user'] = ''; 
    4748 
    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 
    4951$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'] = ''; 
    5056 
    5157// Log sent messages 
Note: See TracChangeset for help on using the changeset viewer.