]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/password/config.inc.php.dist
Imported Upstream version 0.7
[roundcube.git] / plugins / password / config.inc.php.dist
index ddf8812170887f4f2ed210f9824b8825c198e6c4..313e47fdacbe8e76ca0e02a96cc0a3edddb4e9a1 100644 (file)
@@ -47,6 +47,10 @@ $rcmail_config['password_db_dsn'] = '';
 // Default: "SELECT update_passwd(%c, %u)"
 $rcmail_config['password_query'] = 'SELECT update_passwd(%c, %u)';
 
+// By default domains in variables are using unicode.
+// Enable this option to use punycoded names
+$rcmail_config['password_idn_ascii'] = false;
+
 // Path for dovecotpw (if not in $PATH)
 // $rcmail_config['password_dovecotpw'] = '/usr/local/sbin/dovecotpw';
 
@@ -212,7 +216,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