From owner-freebsd-stable Mon Apr 1 21:34:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id BDAA737B419 for ; Mon, 1 Apr 2002 21:34:24 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.3.Gamma0/8.12.3.Gamma0) with ESMTP id g325YORn097355 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 1 Apr 2002 21:34:24 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.3.Gamma0/8.12.3.Gamma0/Submit) id g325YNQd097352; Mon, 1 Apr 2002 21:34:23 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15529.17119.736050.878374@horsey.gshapiro.net> Date: Mon, 1 Apr 2002 21:34:23 -0800 From: Gregory Neil Shapiro To: "Chris Byrnes" Cc: stable@FreeBSD.ORG Subject: Re: sendmail problems In-Reply-To: References: X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 chris__byrnes> Apr 1 09:12:02 awww sendmail[4602]: g31FC2MO004602: chris__byrnes> SYSERR(rocks): collect: Cannot write ./dfg31FC2MO004602 chris__byrnes> (bfcommit, uid=1176, gid=25): Permission denied chris__byrnes> I ran 'chmod a+rwx /var/spool/mqueue' to try and fix, but chris__byrnes> now i get: That is a very dangerous thing to do. Undo that immediately: chmod 0700 /var/spool/mqueue If you are running sendmail 8.12, recently incorporated into RELENG_4 (STABLE), then /usr/libexec/sendmail/sendmail permissions should look like this: -rwxr-sr-x 1 root smmsp 2864258 Mar 22 21:17 sendmail and /var/spool/clientmqueue shoud look like this: drwxrwx--- 2 smmsp smmsp 512 Apr 1 18:42 clientmqueue If you are running sendmail 8.11.6, /usr/libexec/sendmail/sendmail permissions should look like this: -r-sr-xr-x 1 root wheel 458336 Mar 1 22:20 sendmail Further questions should be directed to sendmail-questions@sendmail.org. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message