From owner-freebsd-current Thu Mar 28 12:52:23 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id A430437B400; Thu, 28 Mar 2002 12:52:12 -0800 (PST) Received: from admin0 (admin0.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.2/8.12.2) with ESMTP id g2SKq6RE015459; Thu, 28 Mar 2002 14:52:06 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <000a01c1d69a$1a9a1de0$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Coleman Kane" Cc: , References: <15523.14636.146301.834847@horsey.gshapiro.net> <00d501c1d688$f35031e0$0200a8c0@gauss> <20020328142740.A4076@shell.one.net> Subject: Re: Another possible solution for non-sendmail users Date: Thu, 28 Mar 2002 14:49:49 -0600 Organization: West Bend Interent 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.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Coleman Kane" > Another thing to look at is the /usr/sbin/sendmail -> mailwrapper link that is > produced from installworld. In current it seems to have been linking that, even Stable creates the same links to mailwrapper. > when NO_SENDMAIL=yes in make.conf. Qmail et al. overwrite this with their own > workalike (since /usr/sbin/sendmail is a 'standard' these days) local mailer. > I dunno if -stable has this problem too. > You want to set NO_MAILWRAPPER in make.conf to prevent the linking to mailwrapper. But if you do this, you'll loose the configurablity that mailwrapper provides for alternate MTA's via /etc/mail/mailer.conf. Qmail install shouldn't need to install anything into /usr/[sbin,bin] directories with mailwrapper properly configured (see `man mailer.conf` & 'man mailwrapper'). Mailwrapper was designed so that you didn't need to re-create your links to your personal MTA (in /usr/[bin,sbin], when upgrading FreeBSD. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message