From owner-freebsd-hackers Sun Jul 28 16:55:51 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B724F37B400 for ; Sun, 28 Jul 2002 16:55:49 -0700 (PDT) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C87643E3B for ; Sun, 28 Jul 2002 16:55:49 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.11.3/8.10.1) with ESMTP id g6SNtnS50389; Sun, 28 Jul 2002 16:55:50 -0700 (PDT) Date: Sun, 28 Jul 2002 16:55:49 -0700 (PDT) From: Doug White To: neologism Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: mta versus sendmaill In-Reply-To: <20020728100644.A584@variola> Message-ID: <20020728165244.Q49353-100000@resnet.uoregon.edu> X-All-Your-Base: are belong to us MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Jul 2002, neologism wrote: > I really dislike the way 4.6 handles mta/sendmail in its starting rc scripts > Why don't we have something as "mta_enable" which enables mta configuring in > its own rc.$mta_name? It already does. You want to put an on/off switch on mta_start_script? If you set mta_start_script, you will get your own MTA startscript called instead of sendmail (and the sendmail_* options will be ignored). Or at least this is how its working on the 4.6-STABLE box I built last week. I run postfix and just had to add: mta_start_script="/etc/rc.postfix" to get it going (after creating rc.postfix of course). Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message