Alain: was ist daran falsch ?

Beitrag lesen

Hallo nochmal,

Hallo,

Poste doch mal die Sub "sendmail" und wie du das Mailprogramm definiert hast.

so
sub sendmail
{
open (MAIL,"|$mailprog -t") || print "konnte nicht gestartet werden\n";

print MAIL "To: $mailto\n";
    print MAIL "From: $mailto\n";
    print MAIL "Subject: hacker zugriff auf server\n";
    print MAIL "Sicherheitsmeldung\n";
    print MAIL "$ips\n";
    print MAIL "Der Zugriff wurde eingetragen in die htaccess \n";

close (MAIL);
  &redir();

}

funktionierts auch nicht .
Fehlermeldung vom server:
Content-type: text/html

Software error:

Insecure $ENV{PATH} while running with -T switch at ok.cgi line 50.

For help, please send mail to the webmaster (webmaster@irgendwas.com), giving this error message and the time and date of
the error.
------

Gruss vom Alain

--
...wenn das gehirn so einfach wäre,es zu vestehen,
wären wir zu dumm um es zu begreifen...