Hi,
i cant solve the problem, here is the code around line 702:
Code:
// User-Mail-Datei anlegen, sonst evtl. Fehler bei Autoresponder
if(!$mod->system->server_conf["use_maildir"]){
if(!is_file("/var/spool/mail/".$user_username)){
$mod->log->phpcaselog(touch("/var/spool/mail/".$user_username), "create /var/spool/mail/".$user_username, $this->FILE, __LINE__);
$mod->log->caselog("chown $user_username:mail /var/spool/mail/$user_username &> /dev/null", $this->FILE, __LINE__);
$mod->log->caselog("chmod 600 /var/spool/mail/$user_username", $this->FILE, __LINE__);
}
}
now i want to create automaticly two folders "spam" and "virus" for each new mailbox.
How to put into? Can you change the code, see above?
greetings cirox