From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 21:38: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 0F8C216A41F for ; Fri, 26 Aug 2005 21:38:09 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C9343D45 for ; Fri, 26 Aug 2005 21:38:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7QLc5uI013556; Sat, 27 Aug 2005 00:38:06 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j7QLc5VI023014; Sat, 27 Aug 2005 00:38:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j7QLc4s9023013; Sat, 27 Aug 2005 00:38:04 +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: Sat, 27 Aug 2005 00:38:04 +0300 From: Giorgos Keramidas To: "Brian W." Message-ID: <20050826213804.GA22976@orion.daedalusnetworks.priv> References: <20050826162540.GA17842@orion.daedalusnetworks.priv> <012101c5aa60$171b61e0$de17a8c0@stbernard.com> <20050826183707.GA85458@orion.daedalusnetworks.priv> <20050826114936.D1357@entwistle.sonicboom.org> <20050826190435.GB94513@orion.daedalusnetworks.priv> <20050826121546.A1418@entwistle.sonicboom.org> <20050826192620.GA94710@orion.daedalusnetworks.priv> <20050826123339.O1551@entwistle.sonicboom.org> <20050826194824.GA10984@orion.daedalusnetworks.priv> <20050826130022.B1558@entwistle.sonicboom.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050826130022.B1558@entwistle.sonicboom.org> 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 21:38:09 -0000 On 2005-08-26 13:01, "Brian W." wrote: >On Fri, 26 Aug 2005, Giorgos Keramidas wrote: >>On 2005-08-26 12:36, "Brian W." wrote: >>>> Right. Now, if it's not too much trouble to ask, please run the >>>> following commands and show me the output. You don't have to be >>>> root when these are run: >>>> >>>> # cd /etc/mail >>>> # diff -u sendmail.mc `hostname`.mc >>>> # cat sendmail.mc >>>> # ls -ld /usr/local/bin/procmail >>> >>> ok, my listing shiows different filenames. >> >> Yes, yes. Pardon the mindslip. I was sitting on a Solaris machine and >> forgot we call our template sendmail.mc file ``freebsd.mc''. >> >>> > pwd >>> /etc/mail >>> > ls >>> Makefile freebsd.mc mailertable.sample >>> README freebsd.submit.cf relay-domains >>> access.sample freebsd.submit.mc sendmail.cf >>> aliases helpfile submit.cf >>> aliases.db local-host-names virtusertable.sample >>> freebsd.cf mailer.conf >> >> I don't see a `hostname`.mc file here :-/ >> >>> > ls -ld /usr/local/bin/procmail >>> -rwsr-sr-x 1 root mail 76828 Aug 1 04:22 /usr/local/bin/procmail >>> >>>This is a box that went right from 5.3 release to 5-stable. Nothing weird here. My procmail executable even has the same size :-) >> It seems you have no local `hostname`.mc file, so you probably lost some >> changes in the mergemaster run of the update. Can you check out the >> differences of your ``/etc/mail/freebsd.mc'' file and the one that is >> part of the source tree, at ``/usr/src/etc/sendmail/freebsd.mc'' ? > > No difference sir.. If we assume that you did generate your current sendmail.cf from the source version of freebsd.mc, then this looks a lot like a procmail ruleset problem. I'll take another good look at your procmail rules, but in the mean time can you try with a minimal .procmailrc and see if this unbreaks it all? $ cd $ cp .procmailrcA dot.procmailrc~ $ echo 'DEFAULT="$HOME/Mailbox"' > .procmailrc If that works, then we are certain that the old rules are broken.