News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

YaBB SE and email

Started by Mecha Dude, August 22, 2003, 07:39:25 AM

Previous topic - Next topic

Mecha Dude

Since I'm the server admin of a server, I recive emails about all sorst of things.  Now I was wondering, if this output looks normal?

---
/home/knightof/public_html/yabbse/Settings.php:50:
/home/knightof/public_html/yabbse/Settings.php:51: $mailprog = "/usr/sbin/sendmail"; # Location of your sendmail program
/home/knightof/public_html/yabbse/Settings.php:52: $smtp_server = "127.0.0.1"; # SMTP-Server
---
/home/knightof/public_html/yabbse/Sources/Admin.php:1498: $db_passwd =(isset($HTTP_POST_VARS['db_passwd']) ? $db_passwd : $HTTP_POST_VARS['db_passwd']);
/home/knightof/public_html/yabbse/Sources/Admin.php:1499: $mailprog = (isset($HTTP_POST_VARS['mailprog']) ? $HTTP_POST_VARS['mailprog'] : '/usr/sbin/sendmail');
/home/knightof/public_html/yabbse/Sources/Admin.php:1500: $smtp_server = (isset($HTTP_POST_VARS['smtp_server']) ? $HTTP_POST_VARS['smtp_server'] : '127.0.0.1');
---
/home/knightof/public_html/yabbse/Settings_bak.php:50:
/home/knightof/public_html/yabbse/Settings_bak.php:51: $mailprog = "/usr/sbin/sendmail"; # Location of your sendmail program
/home/knightof/public_html/yabbse/Settings_bak.php:52: $smtp_server = "127.0.0.1"; # SMTP-Server
---
/home/knightof/public_html/yabbse/Sources/Subs.php:620: foreach ($to_array as $to)
/home/knightof/public_html/yabbse/Sources/Subs.php:621: $mail_result = mail(str_replace(array("\r", "\n"), array('', ' '), $to), str_replace(array("\r", "\n"), array('', ' '), $subject), $message, $headers);
/home/knightof/public_html/yabbse/Sources/Subs.php:622: else
---
/home/knightof/public_html/yabbse/Settings.php:50:
/home/knightof/public_html/yabbse/Settings.php:51: $mailprog = "/usr/sbin/sendmail"; # Location of your sendmail program
/home/knightof/public_html/yabbse/Settings.php:52: $smtp_server = "127.0.0.1"; # SMTP-Server
---
/home/knightof/public_html/yabbse/Sources/Admin.php:1498: $db_passwd =(isset($HTTP_POST_VARS['db_passwd']) ? $db_passwd : $HTTP_POST_VARS['db_passwd']);
/home/knightof/public_html/yabbse/Sources/Admin.php:1499: $mailprog = (isset($HTTP_POST_VARS['mailprog']) ? $HTTP_POST_VARS['mailprog'] : '/usr/sbin/sendmail');
/home/knightof/public_html/yabbse/Sources/Admin.php:1500: $smtp_server = (isset($HTTP_POST_VARS['smtp_server']) ? $HTTP_POST_VARS['smtp_server'] : '127.0.0.1');
---
/home/knightof/public_html/yabbse/Settings_bak.php:50:
/home/knightof/public_html/yabbse/Settings_bak.php:51: $mailprog = "/usr/sbin/sendmail"; # Location of your sendmail program
/home/knightof/public_html/yabbse/Settings_bak.php:52: $smtp_server = "127.0.0.1"; # SMTP-Server
---

Jeff Lewis

All that email is telling you is that a script was added to the server that makes use of sendmail/mail.

Looks fine at first glance.
Co-Founder of SMF

Mecha Dude


Advertisement: