Date: Tue, 23 Feb 1999 00:49:01 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: dahlmand@gte.net (Donald P. Dahlman) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Message-ID: <199902230549.AAA21207@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <36D1D83C.3BBC7F6E@gte.net> from "Donald P. Dahlman" at "Feb 22, 99 10:20:44 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Donald P. Dahlman wrote, > where can I locate sendmail that will compile under 2.2.8.? > I have apache, and perl5 installed, besides sendmail > what else do I need to install to complete an ISP > machine. FreeBSD comes with sendmail installed. If you want, for some reason, to grab the latest sendmail, do this as root, # cd /usr/ports/mail # fetch ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.9.3.tar.gz # tar xzf sendmail.8.9.3.tar.gz # cd sendmail-8.9.3 # make # make install And your new sendmail is installed. It is that easy. Then you probably want to make a custom configuration file, which is a lot more difficult. From where you are, # cd cf # more README And if you have more specific questions, try sendmail FAQs then come back to us. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902230549.AAA21207>