From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 18:37:12 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 787BB16A41F for ; Fri, 26 Aug 2005 18:37:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD20043D48 for ; Fri, 26 Aug 2005 18:37:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7QIb85x015524; Fri, 26 Aug 2005 21:37:08 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j7QIb88X085505; Fri, 26 Aug 2005 21:37:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j7QIb7xb085504; Fri, 26 Aug 2005 21:37:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 26 Aug 2005 21:37:07 +0300 From: Giorgos Keramidas To: Brian Message-ID: <20050826183707.GA85458@orion.daedalusnetworks.priv> References: <003301c5aa53$9cc375b0$de17a8c0@stbernard.com> <20050826162540.GA17842@orion.daedalusnetworks.priv> <012101c5aa60$171b61e0$de17a8c0@stbernard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <012101c5aa60$171b61e0$de17a8c0@stbernard.com> 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 18:37:12 -0000 On 2005-08-26 10:02, Brian wrote: >Giorgos Keramidas wrote: >>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" Try without all this fanciness: % echo '|/usr/local/bin/procmail' > ~/.forward % chmod 0600 .forward > 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 This doesn't look very right. It seems that Sendmail is trying to locate a binary called: "exec /usr/local/bin/procmail" > Additional googling suggests adding a local mc file to enable procmail > as a delivery agent. Not necessarily, but that's a different thing.