From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 16:06:19 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 A8EC216A4BF for ; Fri, 29 Aug 2003 16:06:19 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id F415943FE9 for ; Fri, 29 Aug 2003 16:06:18 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h7TN6EWI094520; Fri, 29 Aug 2003 18:06:14 -0500 (CDT) (envelope-from dan) Date: Fri, 29 Aug 2003 18:06:14 -0500 From: Dan Nelson To: Damian Gerow Message-ID: <20030829230614.GD7020@dan.emsphone.com> References: <20030829184122.GG6965@sentex.net> <20030829202131.GB7020@dan.emsphone.com> <20030829203542.GT6965@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030829203542.GT6965@sentex.net> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: questions@freebsd.org Subject: Re: Local procmail mailer, bypassing aliases? 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, 29 Aug 2003 23:06:19 -0000 In the last episode (Aug 29), Damian Gerow said: > Thus spake Dan Nelson (dnelson@allantgroup.com) [29/08/03 16:22]: > > Try adding > > > > MODIFY_MAILER_FLAGS(`LOCAL', -A') > > > > to your sendmail.mc and regenerating (assuming you're using > > FEATURE(`local_procmail') ). > > That will modify the local_procmail mailer to bypass local aliases, > correct? 'Cept that we don't want to do that -- we want to provide > /a/ mailer that will bypass local aliases. So that in the end, we > have procmail as the LDA, /and/ procmail as an LDA that ignores alias > expansions. Easy enough: MAILER(`procmail') MODIFY_MAILER_FLAGS(`PROCMAIL',`-A') > It very well could actually be something in my sendmail configuration > that I'm missing, and not the mailer itself. But I can say without a > doubt that our procmailnoalias mailer is indeed not ignoring > /etc/mail/aliases. Basically, make sure the the appropriate Mmailer line in sendmail.cf doesn't have an 'A' in the F= flags list. -- Dan Nelson dnelson@allantgroup.com