From owner-freebsd-questions Tue Jul 23 12:15:31 2002 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 635BA37B400 for ; Tue, 23 Jul 2002 12:15:28 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1970243E65 for ; Tue, 23 Jul 2002 12:15:28 -0700 (PDT) (envelope-from dsj@dsj.net) Received: from user-119a2km.biz.mindspring.com ([66.149.10.150] helo=scee.dsj.net) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17X582-0002JR-00 for freebsd-questions@freebsd.org; Tue, 23 Jul 2002 12:15:26 -0700 Received: from dsj by scee.dsj.net with local (Exim 3.35 #1 (Debian)) id 17X587-0005v8-00 for ; Tue, 23 Jul 2002 15:15:31 -0400 Date: Tue, 23 Jul 2002 15:15:31 -0400 From: "David S. Jackson" To: freebsd-questions@freebsd.org Subject: yet another sendmail permission problem Message-ID: <20020723191531.GA22748@scee.dsj.net> Reply-To: "David S. Jackson" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I had been getting this error: Jul 23 14:02:18 juno sendmail[2386]: NOQUEUE: SYSERR(dsj): can not write to queue directory /var/spool/clientmqueue/ (RunAsGid=0, required=25): Permission denied until I recently copied the submit.mc file from /usr/src/contrib/yadayada to /etc/mail. Did a make submit.cf and restarted the sendmail daemon using make stop and make start I also double checked the permissions on various files and directories according to what I found in UPDATING and /etc/mail/README as well as in the archives. Now I've got an error I haven't seen before: Jul 23 14:46:29 juno sm-mta[2675]: g6NIkT53002675: SYSERR(root): collect: Cannot write ./dfg6NIkT53002675 (bfcommit, uid=0, gid=25): Permission denied I've done a locate sm-mta but can't find it (using several regex's). Also, $> for i in `locate collect|grep bin`; do > ls -l $i > done shows: -rw-r--r-- 1 root wheel 13436 Apr 27 22:42 /usr/obj/usr/src/usr.bin/mail/collect.o -rw-r--r-- 1 root wheel 14076 Apr 27 22:52 /usr/obj/usr/src/usr.sbin/sendmail/collect.o -rw-r--r-- 1 root wheel 16592 Mar 24 15:18 /usr/src/usr.bin/mail/collect.c None of these appears to have gid=25 or be in smmsp. Apr 27 was the last cvsup I did; before I do it again, I'd like to get this problem fixed. :-) Any ideas? -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I'm not afraid of death -- I just don't want to be there when it happens. -- Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message