From owner-freebsd-ports Sat Aug 29 19:56:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02281 for freebsd-ports-outgoing; Sat, 29 Aug 1998 19:56:42 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news.westbend.net (news.westbend.net [207.217.224.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02265 for ; Sat, 29 Aug 1998 19:56:40 -0700 (PDT) (envelope-from support@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by news.westbend.net (8.9.1/8.9.1) with SMTP id VAA21405 for ; Sat, 29 Aug 1998 21:55:44 -0500 (CDT) (envelope-from support@westbend.net) Message-ID: <009901bdd3c1$8d9457a0$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Ports" Subject: Sendmail 8.9.x Port Date: Sat, 29 Aug 1998 21:29:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is anybody working on a port for Sendmail 8.9.x? Even though 3.0-Current has sendmail 8.9.1 installed by default. Currently, I have the most of the frame work for the port ready (includes the patch for the "MIME Buffer Overflows" problem for mail clients(MS, Netscape)), and compiles upto the build stage. (Also need conditional dependency for TCP Wrappers). Now I need to know what we need to install, and where. /usr/bin/newaliases -> ${DESTDIR}/usr/sbin/sendmail /usr/bin/mailq -> ${DESTDIR}/usr/sbin/sendmail /usr/bin/hoststat -> ${DESTDIR}/usr/sbin/sendmail /usr/bin/purgestat -> ${DESTDIR}/usr/sbin/sendmail ${DESTDIR}/usr/bin/rmail ${DESTDIR}/usr/sbin/sendmail ${DESTDIR}/usr/sbin/mailstats ${DESTDIR}/usr/sbin/makemap ${DESTDIR}/usr/sbin/praliases ${DESTDIR}/usr/libexec/smrsh ${DESTDIR}/usr/libexec/mail.local <- do we need mail.local? I guess it should go into ${PREFIX}, but what is to prevent the system from using the old version and how to tell the start up scripts to use the alternate sendmail. If the port is made to replace the current version, what will stop a make world from overwriting the new sendmail. Unless a check for NO_SENDMAIL is added to the 2.2.7-STABLE makefiles, and can be set in the make.conf file (like it is in 3.0-Current). Also where should the M4 files needed to create the sendmail.cf be stored ../etc/sendmail/cf possibly)? Also, is there anything special that needs to be done to allow sendmail to build with either BIND 4 or BIND 8? Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message