From owner-freebsd-questions@FreeBSD.ORG Fri May 16 00:36:37 2003 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 EC58B37B401 for ; Fri, 16 May 2003 00:36:37 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-14-133.w193-253.abo.wanadoo.fr [193.253.40.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B180043FBD for ; Fri, 16 May 2003 00:36:36 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h4G7aYAk085581; Fri, 16 May 2003 09:36:34 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Andy Farkas Date: Fri, 16 May 2003 09:36:33 +0200 User-Agent: KMail/1.5.1 References: <20030516172543.G77647-100000@hewey.af.speednet.com.au> In-Reply-To: <20030516172543.G77647-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305160936.33995.ajacoutot@lphp.org> cc: questions@freebsd.org Subject: Re: local.mail, please need some help 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, 16 May 2003 07:36:38 -0000 On Friday 16 May 2003 09:29, Andy Farkas wrote: > First off, cd into /etc/mail and type "make all". This will generate a > $HOSTNAME.mc file. Next, add: Done that 3 months ago, when I talk about sendmail.mc, it is just to refere to a generic name :) > define(`LOCAL_MAILER_ARGS', `mail.local -l -B -b') OK, great, thanks a lot. So, it means "-l -b" are the default flags, right ? Antoine