From owner-freebsd-stable@FreeBSD.ORG Wed Jan 13 15:29:52 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 50D3B106566B for ; Wed, 13 Jan 2010 15:29:52 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 028AA8FC25 for ; Wed, 13 Jan 2010 15:29:51 +0000 (UTC) Received: from webmail46.yandex.ru (webmail46.yandex.ru [77.88.32.219]) by forward15.mail.yandex.net (Yandex) with ESMTP id 4836EC0181; Wed, 13 Jan 2010 18:29:50 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail46.yandex.ru (Yandex) with ESMTP id F4194F24081; Wed, 13 Jan 2010 18:29:49 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail46 X-Yandex-TimeMark: 1263396589 Received: from netman.spbcity.net (netman.spbcity.net [77.244.18.5]) by mail.yandex.ru with HTTP; Wed, 13 Jan 2010 18:29:49 +0300 From: S.N.Grigoriev To: Matthew Seaman In-Reply-To: <4B4DDFC1.6080101@infracaninophile.co.uk> References: <661263379937@webmail51.yandex.ru> <4B4DAF41.5090903@infracaninophile.co.uk> <10471263386697@webmail49.yandex.ru> <4B4DCAC4.70108@quip.cz> <25891263391160@webmail50.yandex.ru> <4B4DDFC1.6080101@infracaninophile.co.uk> MIME-Version: 1.0 Message-Id: <39231263396589@webmail46.yandex.ru> Date: Wed, 13 Jan 2010 18:29:49 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: stable@freebsd.org, Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: 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 15:29:52 -0000 13.01.10, 14:59, "Matthew Seaman" : > > absolute paths may be used not ony to start sendmail program but, > > for example, to automatically build .mc files from .m4 files in > > /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 > Matthew, variables int /etc/make.conf dealt with the make program only. What about a script which prepares the body of .mc file? It must know the exact path to the cf directory. But, OK. I asked if there is a way to automatically replace base sendmail with ports/mail/sendmail. As I can see the answer is: no, there is not. It should be done manually. Thanks, Serguey.