Changeset 2973 in subversion


Ignore:
Timestamp:
Sep 20, 2009 6:14:04 AM (4 years ago)
Author:
netbit
Message:
  • Password plugin: added vpopmaild driver
Location:
trunk/roundcubemail/plugins/password
Files:
1 added
1 edited

Legend:

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

    r2946 r2973  
    44// ----------------------- 
    55// A driver to use for password change. Default: "sql". 
     6// Current possibilities: 'directadmin', 'ldap', 'poppassd', 'sasl', 'sql', 'vpopmaild' 
    67$rcmail_config['password_driver'] = 'sql'; 
    78 
     
    149150$rcmail_config['password_directadmin_port'] = 2222; 
    150151 
     152 
     153// vpopmaild Driver options 
     154// ----------------------- 
     155// The host which changes the password 
     156$rcmail_config['password_vpopmaild_host'] = 'localhost'; 
     157 
     158// TCP port used for vpopmaild connections 
     159$rcmail_config['password_vpopmaild_port'] = 89; 
     160 
    151161?> 
Note: See TracChangeset for help on using the changeset viewer.