From owner-freebsd-stable@FreeBSD.ORG Wed Jan 13 14:59:26 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30E5106566B for ; Wed, 13 Jan 2010 14:59:26 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 22A608FC15 for ; Wed, 13 Jan 2010 14:59:25 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.3) with ESMTP id o0DExKLv053128; Wed, 13 Jan 2010 14:59:20 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk o0DExKLv053128 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1263394761; bh=bAnU8LYhHaczu0TwI7fBWgroKNglYSVzIMWlSLGyuRw=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B4DDFC1.6080101@infracaninophile.co.uk>|Date:=20W ed,=2013=20Jan=202010=2014:59:13=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20091129)|MIME-Vers ion:=201.0|To:=20"S.N.Grigoriev"=20|C C:=20Miroslav=20Lachman=20<000.fbsd@quip.cz>,=20stable@freebsd.org |Subject:=20Re:=20sendmail=20replacement|References:=20<6612633799 37@webmail51.yandex.ru>=20<4B4DAF41.5090903@infracaninophile.co.uk >=20<10471263386697@webmail49.yandex.ru>=20<4B4DCAC4.70108@quip.cz >=20<25891263391160@webmail50.yandex.ru>|In-Reply-To:=20<258912633 91160@webmail50.yandex.ru>|X-Enigmail-Version:=200.95.6|Content-Ty pe:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protoco l=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"----------- -enig54DA89E9F04985BB5FB47811"; b=KjAtaTv+3ZGHlm4uYgR0umpfG10cKQu2VUJRuoNJN6BxugXvEsnRWUeahNs0B20bK NdxfAo6Os1EH2EO78/kPRjmfChPTnqq+MQLaSSXkqDCTNNbj+MB8zoHgwueVo7xhW+ R9cNmrFFoZydzdL1BFVn+13oLZtHEZRu24JCn71s= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4B4DDFC1.6080101@infracaninophile.co.uk> Date: Wed, 13 Jan 2010 14:59:13 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20091129) MIME-Version: 1.0 To: "S.N.Grigoriev" References: <661263379937@webmail51.yandex.ru> <4B4DAF41.5090903@infracaninophile.co.uk> <10471263386697@webmail49.yandex.ru> <4B4DCAC4.70108@quip.cz> <25891263391160@webmail50.yandex.ru> In-Reply-To: <25891263391160@webmail50.yandex.ru> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig54DA89E9F04985BB5FB47811" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: stable@freebsd.org, Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: sendmail replacement X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 14:59:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig54DA89E9F04985BB5FB47811 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable S.N.Grigoriev wrote: >=20 > 13.01.10, 14:29, "Miroslav Lachman" <000.fbsd@quip.cz>: >=20 >> S.N.Grigoriev wrote: >> =20 >> [...] >> =20 >> > I thank you for your response. All you wrote is quite right. >> > But it is a general rule not to use in the system two sets >> > of slightly different programs with duplicating names. It is >> > a direct way to have problems. >> > >> > For example, all third party scripts should be revised to check >> > absolute pathes, program search results becomes depending >> > of the PATH value, and so on. >> > >> > It is relatively easy to do such revisions on a small home system. >> > But a production server with significant amount of third party soft= ware >> > will require a lot of time to do that job. >> > >> > To my mind it will be better to have an options in the port Makefil= e >> > allowing to replace the sendmail files in place. >> =20 >> I fully understand your doubts, but if you are talking about PATH and= =20 >> the stuff, sendmail from PATH (/usr/sbin/sendmail) is not a real=20 >> sendmail, it is symlink to wrapper using settings from=20 >> /etc/mail/mailer.conf. >> No application can be confused. >> =20 >> Miroslav Lachman >> =20 >> =20 >=20 > Miroslav, >=20 > absolute paths may be used not ony to start sendmail program but, > for example, to automatically build .mc files from .m4 files in=20 > /usr/share/sendmail/cf directory. For port sendmail it becomes > /usr/local/share/sendmail/cf Unless you set a couple of variables in /etc/make.conf as I described. Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig54DA89E9F04985BB5FB47811 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAktN38gACgkQ8Mjk52CukIy0sACfcnDA0W6tDeProh6tK0ajq6RK MmgAn0ndZZedXX+Drphj3fZs75sZVpeZ =4Au2 -----END PGP SIGNATURE----- --------------enig54DA89E9F04985BB5FB47811--