From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 19:48:28 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 EAF3916A41F for ; Fri, 26 Aug 2005 19:48:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9D543D46 for ; Fri, 26 Aug 2005 19:48:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7QJmPAQ016156; Fri, 26 Aug 2005 22:48:26 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j7QJmPk4020685; Fri, 26 Aug 2005 22:48:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j7QJmOPW020684; Fri, 26 Aug 2005 22:48:24 +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 22:48:24 +0300 From: Giorgos Keramidas To: "Brian W." Message-ID: <20050826194824.GA10984@orion.daedalusnetworks.priv> References: <003301c5aa53$9cc375b0$de17a8c0@stbernard.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050826123339.O1551@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 19:48:29 -0000 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. 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'' ?