From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 11:10:31 2005 Return-Path: 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 C721D16A4CE for ; Fri, 7 Jan 2005 11:10:31 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A3D43D49 for ; Fri, 7 Jan 2005 11:10:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j07BA42x006025; Fri, 7 Jan 2005 13:10:06 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j07BA4gx059597; Fri, 7 Jan 2005 13:10:04 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j07BA4v9059596; Fri, 7 Jan 2005 13:10:04 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 7 Jan 2005 13:10:04 +0200 From: Giorgos Keramidas To: Olivier Nicole Message-ID: <20050107111004.GA59544@orion.daedalusnetworks.priv> References: <200501071038.j07AcdTT024016@mail.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501071038.j07AcdTT024016@mail.cs.ait.ac.th> cc: freebsd-questions@freebsd.org Subject: Re: sendmail update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 11:10:31 -0000 On 2005-01-07 17:38, Olivier Nicole wrote: > > I have a mail server running sendmail with a very customised > configuration. So far I have compiled/installed my own copy of > sendmail. If I update the system, it will re-install a standard > sendmail. > > Now if I want the update procedure to regenerate my customised > sendmail, where in FreeBSD sendmail hierarchy should I put my own > cf/cf/sendmail.mc and devtools/Site/site.config.m4 ? The /usr/share/sendmail/cf stuff is copied from that tree to their destination by the Makefile in /usr/src/share/sendmail. I would probably put the extra files in /usr/src/share/sendmail and modify the Makefile of that directory accordingly. - Giorgos