From owner-freebsd-questions Mon Apr 8 4: 3:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail15.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id CA83437B400 for ; Mon, 8 Apr 2002 04:03:52 -0700 (PDT) Received: (qmail 29510 invoked from network); 8 Apr 2002 11:03:52 -0000 Received: from unknown (HELO zeus) ([216.27.142.221]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Apr 2002 11:03:52 -0000 Message-ID: <00c901c1deed$1905a3e0$dd8e1bd8@zeus> From: "Erik Funkenbusch" To: Subject: Staying current or stable with non-standard MTA Date: Mon, 8 Apr 2002 06:04:04 -0500 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using qmail for my MTA, and have been running this pretty well for about 2 years. I have is that I have made several modifications to the system to accomodate qmail, such as adding sendmail wrappers and remove /bin/mail. The problem is that ever time I cvsup and make world, these get replaced with newly built copies of the original sendmail and /bin/mail. Are there any other qmail users on the list that have solved this problem? I currently have a script to replace these everytime I make world, but this seems kludgy to me and would prefer a more elegant solution than the brute force approach. Any ideas? As a side note, i'm wondering about the viability of a formal change in the layout of the FreeBSD binary structure to make MTA's (and possibly other common base tools) more modular, rather than forcing sendmail on everyone. I realize that sendmail is the defacto standard, and there's lots of software out there that assumes sendmail, however i'd just like a way to have make world not clobber my modified base settings. Hell, i'd be happy with some kind of way to "turn off" individual programs from the compile and install (then I can install my wrappers and not worry about them being replaced). Something akin to the cvsup configuration, perhaps. Thanks for your input. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message