Changeset 2940 in subversion


Ignore:
Timestamp:
Sep 10, 2009 5:06:08 AM (4 years ago)
Author:
netbit
Message:
  • Added note for "DirectAdmin?" password driver usage with SSL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/password/config.inc.php.dist

    r2908 r2940  
    135135// -------------------------- 
    136136// The host which changes the password 
    137 $rcmail_config['password_directadmin_host'] = 'localhost'; 
     137// Use 'ssl://serverip' instead of 'tcp://serverip' when running DirectAdmin over SSL. 
     138$rcmail_config['password_directadmin_host'] = 'tcp://localhost'; 
    138139 
    139140// TCP port used for DirectAdmin connections 
Note: See TracChangeset for help on using the changeset viewer.