I explain my config:
QNAP:
its roundcube install on builtin web server. Imap works like charm but password change not. I enable password plugin and neccesary settings set:
Code: Select all
$config['password_driver'] = 'hMail';
// hMail Driver options
// -----------------------
// Remote hMailServer configuration
// true: HMailserver is on a remote box (php.ini: com.allow_dcom = true)
// false: Hmailserver is on same box as PHP
$config['hmailserver_remote_dcom'] = true;
// Windows credentials
$config['hmailserver_server'] = array(
'Server' => '192.168.1.241', // hostname or ip address
'Username' => 'administrator', // windows username
'Password' => 'password' // windows user password
);
Hamail its on vm installed on windows 10 pro maschine. Windows ip i set corectly. I turn off firewals et.c
HAMAILSERVER (windows 10) ------------------>qnap webserver with mariadb
I have two problems:
1. I add in php ini line to enable com
2. I try settings from manual hmailserver dcom settings but i dont know what username and password i must set.
Reasuming not works password change from roundcube. Its some simple way to make possiblity setup this feature ?
I use maria db database on built in qnap. Maybe its possible to do this by database .
I am not super IT specialist but i try

Best regards.