Cyrill von Wattenwyl
2014-05-08 12967c776ca7de75a4807b093f6be1cc33b05037
plugins/password/config.inc.php.dist
@@ -361,3 +361,24 @@
$config['password_smb_host'] = 'localhost';
// Location of smbpasswd binary
$config['password_smb_cmd'] = '/usr/bin/smbpasswd';
// Plesk/PPA Driver options
// --------------------
// You need to allow RCP for IP of roundcube-server in Plesk/PPA Panel
// Plesk RCP Host
$config['password_plesk_host'] = '10.0.0.5';
// Plesk RPC Username
$config['password_plesk_user'] = 'admin';
// Plesk RPC Password
$config['password_plesk_pass'] = 'password';
// Plesk RPC Port
$config['password_plesk_rcp_port'] = 8443;
// Plesk RPC Path
$config['password_plesk_rcp_path'] = enterprise/control/agent.php;