if(!is_user($cf['vmail_username']))caselog("$command &> /dev/null",__FILE__,__LINE__,"EXECUTED: $command","Failed to execute the command $command");
//* These postconf commands will be executed on installation and update
$server_ini_rec=$this->db->queryOneRecord("SELECT config FROM server WHERE server_id = ".$conf['server_id']);
$server_ini_rec=$this->db->queryOneRecord("SELECT config FROM `".$this->db->quote($conf["mysql"]["database"])."`.`server` WHERE server_id = ".$conf['server_id']);