X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fpassword%2Fconfig.inc.php.dist;h=94af6d77690e55609dbd97b780035e2372f846da;hb=a2dd2e41259a5e90016efcd7d083020b95e25527;hp=ddf8812170887f4f2ed210f9824b8825c198e6c4;hpb=fe4a852cd4335d3d2089b13e10d409fa2fa816d8;p=roundcube.git diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index ddf8812..94af6d7 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -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