From owner-freebsd-stable Tue Apr 9 15: 1:58 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 5F4DB37B405; Tue, 9 Apr 2002 15:01:52 -0700 (PDT) Received: from demon ([80.2.249.190]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020409220151.QIKT303.mta03-svc.ntlworld.com@demon>; Tue, 9 Apr 2002 23:01:51 +0100 From: "cyouse" To: "'Gregory Neil Shapiro'" Cc: Subject: RE: Sendmail weirdness. Date: Tue, 9 Apr 2002 23:08:21 +0100 Message-ID: <000501c1e013$1015f740$0200a8c0@demon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <15539.13084.198442.978223@horsey.gshapiro.net> 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 Greg, It looks like everything's set properly - the sendmail binary is setgid as expected: cyouse@wind % ls -l /usr/libexec/sendmail total 592 -r-xr-sr-x 1 root smmsp 579748 Apr 9 17:26 sendmail* And the clientmqueue is writable by that group: cyouse@wind % ls -ld /var/spool/clientmqueue drwxrwx--- 2 smmsp smmsp 512 Apr 9 17:22 /var/spool/clientmqueue/ That's all the info I can glean from /usr/src/UPDATING. Any other ideas? C. -----Original Message----- From: Gregory Neil Shapiro [mailto:gshapiro@FreeBSD.ORG] Sent: 09 April 2002 19:30 To: cyouse Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Sendmail weirdness. cyouse> I cvsupped this morning from FreeBSD 4.5-RELEASE to 4.5-STABLE and I've cyouse> now got some strangeness with sendmail. I'm not entirely sure it's cyouse> related to the upgrade but I didn't do anything else to the mail system cyouse> today. cyouse> I keep getting permissions errors when I invoke sendmail to send cyouse> mail to a remote system. From the logs: cyouse> Apr 9 19:00:54 wind sendmail[612]: g39I0oXq000612: SYSERR(cyouse): cyouse> collect: Cannot write ./dfg39I0oXq000612 (bfcommit, uid=100, gid=25): cyouse> Permission denied cyouse> It's obviously not able to write to the mail spool - but before I start cyouse> slapping around the permissions, did I miss some major change in the cyouse> mail system recently? Whenever updating, read /usr/src/UPDATING and the release notes. You'll see that sendmail has been updated. As far as the weirdness you are seeing, I would guess you didn't properly add smmsp before you did an installworld and /var/spool/clientmqueue ended up with the wrong ownership/permissions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message