From owner-freebsd-questions@FreeBSD.ORG Thu May 15 23:59:06 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 A757637B401 for ; Thu, 15 May 2003 23:59:06 -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 A91B443FB1 for ; Thu, 15 May 2003 23:59:04 -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 h4G6x2Ak085291 for ; Fri, 16 May 2003 08:59:02 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: questions@FreeBSD.ORG Date: Fri, 16 May 2003 08:59:02 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305160859.02525.ajacoutot@lphp.org> Subject: 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 06:59:07 -0000 Hi ! I've been looking for hours how to change local mailer flags. I use sendmail, and I would like that local.mail doesn't try to contact the comsat service. The switch for it is "-B" (from the man page). Now, I tried everything in my sendmail.cf, and nothing works. The last thing I tried was: MODIFY_MAILER_FLAGS(`LOCAL', `+B')dnl Do you have any idea how to pass extra arguments to mail.local ? Thanks in advance. Antoine