should be ...config['db_dsnw'] = as in roundcube itself to work also with pgsql and not only mysql. - in config.inc.php: `$veximaccountadmin_config['db_dsnw'] =` - in veximaccountadmin.php: `$this->db = rcube_db::factory($this->config['db_dsnw']`
should be ...config['db_dsnw'] = as in roundcube itself to work also with pgsql and not only mysql.
$veximaccountadmin_config['db_dsnw'] =$this->db = rcube_db::factory($this->config['db_dsnw']