Koozali.org: home of the SME Server

sendmail program

Palisadian

sendmail program
« on: July 04, 2000, 08:25:09 AM »
Greetings,

Does anyone know the exact path and filename of the sendmail program on the e-smith 4.07?

Thank you.

Cheers

Palisadian

Carl Milloshewski

RE: sendmail program
« Reply #1 on: July 04, 2000, 01:45:12 PM »
Someone please correct me if I'm wrong on this, but e-smith uses qmail for it's MTA not sendmail.  For compatability purposes the implementation of qmail provides a "sendmail" wrapper.

This wrapper is compatabile with your command line needs for sendmail in scripts and other utils expecting sendmail.

"sendmail" is located at /usr/sbin/sendmail, which is actually a link to /var/qmail/bin/sendmail.

One easy way in the future to find a file that your looking for is to use either find, which will search your complete filesystem, or if you think the binary is in your path you can just type "which binaryname".  For example if I type "which sendmail" I get back /usr/sbin/sendmail or if I type "which perl" I get back /usr/bin/perl.

Hope that helps.

Carl