From owner-freebsd-isp Wed Jan 2 11:57:23 2002 Delivered-To: freebsd-isp@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id A563637B503 for ; Wed, 2 Jan 2002 11:57:11 -0800 (PST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.6/8.11.6) with BSMTP id g02K54I17095 for ; Wed, 2 Jan 2002 21:05:04 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: To: freebsd-isp@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Problems with sendmail 8.11.6 Date: Wed, 02 Jan 2002 20:55:11 +0100 X-Mailer: Dinoex 1.77 References: <5.0.0.25.2.20011229160759.04b58e60@pop.openlink.com.br> <5.0.0.25.2.20011229160759.04b58e60@pop.openlink.com.br> <20020102114130.31F8C37B420@hub.freebsd.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.93] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20020102000000W+1@dinoex.sub.org Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > me that there exists some lockfile which doesn't allow sendmail to open > mailbox. Look carefully: > Dec 29 15:15:46 newfw mail.local: lockmailbox /var/mail/maint failed; > Check for lockfiles . They shouldn't be present. There is a permissions problem here: > > This is my local users ( this server is being tested ) > > > > [3:47pm] newfw[/var/mail> ls -l > > total 52 > > -rw-r--r-- 1 root mail 0 Dec 29 12:40 cruel > > -rw-r--r-- 1 root mail 0 Dec 29 12:40 maint > > -rw-r--r-- 1 root mail 0 Dec 29 12:40 mrdida > > -rw-r--r-- 1 root mail 52445 Dec 28 22:32 root > > -rw-r--r-- 1 root mail 0 Dec 29 12:40 testemail > > [3:56pm] newfw[/var/mail> It should look: -rw-r--r-- 1 cruel mail 0 Dec 29 12:40 cruel -rw-r--r-- 1 maint mail 0 Dec 29 12:40 maint -rw-r--r-- 1 mrdida mail 0 Dec 29 12:40 mrdida -rw-r--r-- 1 root mail 52445 Dec 28 22:32 root -rw-r--r-- 1 testemail mail 0 Dec 29 12:40 testemail fix: $ cd /var/mail && rm -f cruel maint mrdida testemail kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message