From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 13:23:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E980616A4CE for ; Fri, 16 Jan 2004 13:23:28 -0800 (PST) Received: from sarevok.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73ECC43D49 for ; Fri, 16 Jan 2004 13:23:27 -0800 (PST) (envelope-from mdev@sarevok.webteckies.org) Received: by sarevok.idg.nl (Postfix, from userid 100) id A1CE4B828; Fri, 16 Jan 2004 22:23:25 +0100 (CET) From: Melvyn Sopacua Organization: WebTeckies.org To: current@FreeBSD.org Date: Fri, 16 Jan 2004 22:23:20 +0100 User-Agent: KMail/1.5.94 References: <200401161713.56846.freebsd-current@webteckies.org> <20040116163517.GD73740@zaphod.nitro.dk> In-Reply-To: <20040116163517.GD73740@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_NZFCABsJzDZCG1t"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401162223.25364.freebsd-current@webteckies.org> Subject: Re: NO_SENDMAIL and /usr/sbin/sendmail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 21:23:29 -0000 --Boundary-02=_NZFCABsJzDZCG1t Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 16 January 2004 17:35, Simon L. Nielsen wrote: > On 2004.01.16 17:13:56 +0100, Melvyn Sopacua wrote: > > Hi, > > > > on each installworld the mailwrapper is still installed and symlinks are > > created. I have NO_SENDMAIL=3Dyes in my /etc/make.conf. > > > > May there be a NO_SENDMAIL=3Ddont_ever_touch_anything setting, so that I > > keep my symlinks to where I point them to and skip the entire /etc/mail* > > and mailwrapper stuff? Or are there objections / drawbacks to such an > > approach? > > Doesn't NO_MAILWRAPPER=3Dyes do the trick ? Nope - like it says in the comment "Don't build": mdev@sarevok /usr/src/usr.sbin/mailwrapper $ make -n -DNO_MAILWRAPPER -DNO_SENDMAIL install set /usr/sbin/mailwrapper /usr/sbin/sendmail /usr/sbin/mailwrapper /usr/s= bin/hoststat /usr/sbin/mailwrapper /usr/sbin/purgestat /usr/sbin/mailwra= pper /usr/bin/newaliases /usr/sbin/mailwrapper /usr/bin/mailq; =20 while test $# -ge 2; do l=3D$1; shift; t=3D$1; shift; echo $t -\> $l; = ln=20 =2Dfs $l $t; done; true The variabel SYMLINKS in usr.sbin/mailwrapper/Makefile is set regardless of= =20 any of these settings. =2D-=20 Melvyn =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46reeBSD sarevok.webteckies.org 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Tue De= c 30=20 14:31:47 CET 2003 =20 root@sarevok.idg.nl:/usr/obj/usr/src/sys/SAREVOK_NOAPM_NODEBUG i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D --Boundary-02=_NZFCABsJzDZCG1t Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBACFZNOv9JNmfFN5URAmDBAJ4mQjz3+dvB9dY56u53Qc0nRQvJcwCdGszn LUcnp+JEVtTrDdcZZNRwYmA= =dM+6 -----END PGP SIGNATURE----- --Boundary-02=_NZFCABsJzDZCG1t--