Hello,
  I download a script that will send me a report thought mail but I am not sure how to set the right setting for the email.
the script uses sendmail. 
Is sendmail on e-smith 4.1.2 ? 
should I use qmail ?
if so what setting should I set for the script.
here is part of the script that is asking for the settings.
# $sendmail should be set to the full server path to sendmail on your Unix server
# By default, this is set to "/usr/sbin/sendmail", but on many Unix systems, it is
# located at "/usr/lib/sendmail".  If you don't know this, you might try typing 
# "whereis sendmail" or "which sendmail" from a Telnet prompt.
thanks