From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 17:04:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 50C0116A420 for ; Fri, 26 Aug 2005 17:04:09 +0000 (GMT) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB1D43D60 for ; Fri, 26 Aug 2005 17:04:02 +0000 (GMT) (envelope-from bri@sonicboom.org) Received: from bwhalen2 (entwistle.sonicboom.org [66.93.34.170]) by entwistle.sonicboom.org (8.13.3/8.13.1) with SMTP id j7QH47ee000936; Fri, 26 Aug 2005 10:04:07 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <012101c5aa60$171b61e0$de17a8c0@stbernard.com> From: "Brian" To: "Giorgos Keramidas" References: <003301c5aa53$9cc375b0$de17a8c0@stbernard.com> <20050826162540.GA17842@orion.daedalusnetworks.priv> Date: Fri, 26 Aug 2005 10:02:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: freebsd-questions@freebsd.org Subject: Re: procmail in v4 vs v5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 17:04:09 -0000 ----- Original Message ----- From: "Giorgos Keramidas" To: "Brian" Cc: Sent: Friday, August 26, 2005 9:25 AM Subject: Re: procmail in v4 vs v5 > On 2005-08-26 08:34, Brian wrote: >> All my recipes that used to work in 4-stable seem to fail in 5-stable. >> When I invoke procmail with what looks like the same files, I get unknown >> mailer error 1 messages in maillog. > > It would be nice if we could see some of these rules and the exact log > messages. > > > more .forward "|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #bri" > more .procmailrc VERBOSE=no # For debugging uncomment this line #LOGABSTRACT=all # Tell procmail where to store your mail. This changes depending on which Unix m ail client you use. # Pine uses $HOME/mail # Mutt and Elm use $HOME/Mail MAILDIR=$HOME/mail #This directory must exist!!! # Use a seperate directory to store reciepes and logs PMDIR=$HOME/Procmail # Tell procmail where to put the log file LOGFILE=$PMDIR/log # Add recipe files here INCLUDERC=$PMDIR/spamassassin.rc #INCLUDERC=$PMDIR/nkvir-rc INCLUDERC=$PMDIR/lists.rc Procmail and mail directories both exist. Error snapshot- Aug 26 08:20:37 entwistle sm-mta[658]: j7QFKbVD000654: to="|exec /usr/local/bin/procmail", ctladdr= (1005/1005), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=31237, dsn=5.3.0, stat=unknown mailer error 1 Additional googling suggests adding a local mc file to enable procmail as a delivery agent. Brian