]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/password/config.inc.php.dist
Imported Upstream version 0.6+dfsg
[roundcube.git] / plugins / password / config.inc.php.dist
index ddf8812170887f4f2ed210f9824b8825c198e6c4..94af6d77690e55609dbd97b780035e2372f846da 100644 (file)
@@ -212,7 +212,10 @@ $rcmail_config['password_ldap_samba_lchattr'] = '';
 // DirectAdmin Driver options
 // --------------------------
 // The host which changes the password
-// Use 'ssl://serverip' instead of 'tcp://serverip' when running DirectAdmin over SSL.
+// Use 'ssl://host' instead of 'tcp://host' when running DirectAdmin over SSL.
+// The host can contain the following macros that will be expanded as follows:
+//     %h is replaced with the imap host (from the session info)
+//     %d is replaced with the domain part of the username (if the username is an email)
 $rcmail_config['password_directadmin_host'] = 'tcp://localhost';
 
 // TCP port used for DirectAdmin connections