From owner-freebsd-questions Mon Feb 22 21:47:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id AE406113A6 for ; Mon, 22 Feb 1999 21:47:34 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.8.8/8.8.8) id AAA21207; Tue, 23 Feb 1999 00:49:01 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199902230549.AAA21207@cc942873-a.ewndsr1.nj.home.com> Subject: Re: sendmail In-Reply-To: <36D1D83C.3BBC7F6E@gte.net> from "Donald P. Dahlman" at "Feb 22, 99 10:20:44 pm" To: dahlmand@gte.net (Donald P. Dahlman) Date: Tue, 23 Feb 1999 00:49:01 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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