Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: jason wiener on January 22, 2000, 02:44:54 AM

Title: sendmail...
Post by: jason wiener on January 22, 2000, 02:44:54 AM
is sendmail in the distribution?  we need to call it and i can't find it anywhere.  or is there an alternative mail program to call from cgi scripts?

thanks-
Title: RE: sendmail...
Post by: Charlie Brady on January 22, 2000, 04:11:46 AM
jason wiener wrote:

> is sendmail in the distribution?

The e-smith server uses qmail as its Mail Transport Agent. There is a sendmail compatibility script included with qmail - you can find it at /usr/lib/sendmail and /usr/sbin/sendmail.

> we need to call it and i can't find it anywhere.

Gee, where did you look? :-)

> or is there an alternative mail
> program to call from cgi scripts?

There is a /usr/lib/sendmail script - but it doesn't take all the command line arguments that real sendmail does - perhaps that's your problem.

There is lots of qmail documentation available at http://www.qmail.org/.

Charlie