From owner-freebsd-stable Thu Jun 7 2: 2:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wrdp.com (harp.dublin.wrdp.net [212.147.130.131]) by hub.freebsd.org (Postfix) with ESMTP id 7992037B407 for ; Thu, 7 Jun 2001 02:02:48 -0700 (PDT) (envelope-from jraftery@wrdp.com) Received: from jraftery (jraftery.dublin.wrdp.net [172.16.4.52]) by mail.wrdp.com (Postfix) with SMTP id 763FE2D785 for ; Thu, 7 Jun 2001 09:02:46 +0000 (GMT) Message-ID: <003501c0ef30$9ee65de0$340410ac@jraftery> From: "James Raftery" To: References: Subject: Re: mail.local & qmail Date: Thu, 7 Jun 2001 10:02:46 +0100 Organization: Worldport Communications Inc MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 x-mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Wolfgang Zenker" To: "Michael Rubin" Cc: Sent: Wednesday, June 06, 2001 10:29 PM Subject: Re: mail.local & qmail > in cases like that I would start with the assumption that the error code in > question could be an errno value. errno 75 would be an NFS version conflict > between client and server. If your user maildirs are on a nfs mounted file- > system, forget about the version conflict and move your maildirs somewhere > else. Line 1039 from /usr/src/contrib/sendmail/mail.local/mail.local.c is: mailerr(errcode, "lockmailbox %s failed; error code %d %s", p, off, errno > 0 ? errstring(errno) : ""); > Mailspools and similar stuff on nfs mounted filesystems tend not to > work; not least because file locking on nfs is generally unreliable or > simply nonexistant. From qmail's INSTALL.maildir: "... qmail doesn't even pretend to support mbox over NFS". Read the rest of INSTALL.maildir for more info. Regards, james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message