From owner-freebsd-questions Mon Mar 17 10:25:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9E937B401 for ; Mon, 17 Mar 2003 10:25:49 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD9B43F75 for ; Mon, 17 Mar 2003 10:25:46 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.8/8.12.8) with ESMTP id h2HIP5hG016640; Mon, 17 Mar 2003 19:25:08 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.8/8.12.8/Submit) with BSMTP id h2HIP49e016615; Mon, 17 Mar 2003 19:25:04 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-questions@FreeBSD.ORG, mike@mmgrover.com (Mike Grover) Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Sendmail Install Date: Mon, 17 Mar 2003 19:20:45 +0100 X-Mailer: Dinoex 1.79 References: <3E75CC7D.EF40916D@mmgrover.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20030317000000W+1@dinoex.sub.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Grover schrieb:, > Does anybody know the options to force sendmail to install over the base > sendmail from the ports directory? > > is is just: PREFIX=/usr The recommened way to activate the ports is very simple: $ cd /usr/ports/mail/sendmail && make clean install $ cd /usr/ports/mail/sendmail && make mailer.conf No trouble. Why do you want to overwrite the base ...? 1- This will clobber your mailwrapper tools. $ man mailer.conf 2- This will leave still old binaries in the system. e.g. /usr/libexec/sendmail/sendmail 3- Ther is no support to overite base with mailwrapper present. 4- To really install it in base, you must add "NO_MAILWRAPPER=true" in your /etc/make.conf $ rm -f /etc/mail/mailer.conf $ cd /usr/ports/mail/sendmail && make clean install Which is the comability mode for FreeBSD 2.8.x and FreeBSD 3.x releases. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message