From owner-freebsd-questions Thu Apr 20 1:10:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4404.mail.yahoo.com (web4404.mail.yahoo.com [216.115.105.34]) by hub.freebsd.org (Postfix) with SMTP id 2E20637B6F9 for ; Thu, 20 Apr 2000 01:10:16 -0700 (PDT) (envelope-from thingsarebroken@yahoo.ca) Message-ID: <20000420080608.19018.qmail@web4404.mail.yahoo.com> Received: from [161.184.157.108] by web4404.mail.yahoo.com; Thu, 20 Apr 2000 04:06:08 EDT Date: Thu, 20 Apr 2000 04:06:08 -0400 (EDT) From: Dan Lazin Subject: sendmail is complaining that mqueue doesn't exist To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did a dumb thing: I ran out of space on /var because of a large message sitting in /var/spool/mqueue, so I moved the contents of that directory over to /usr/mqueue, and symlinked /var/spool/mqueue over to that location. Then sendmail started complaining every time I tried to send a message. It says '451 queuename: Cannot create "qfBAA00619" in "/var/spool/mqueue" (euid=0): No such file or directory' Fine. So I deleted my symlink and built a new, empty regular directory at /var/spool/mqueue. Same error. I can't send mail, and it's making me sad. The mailq command works, however (now that I've moved the queued messages back into /var/spool/mqueue). ls -l in /var/spool/ gives: ... drwxr-xr-x 2 root daemon 512 Apr 20 02:02 mqueue ... So why is it saying that mqueue doesn't exist? It still has a bunch of queued messages in it, and mailq finds them, so what's the problem? I don't like having to use this yahoo account while my server is broken. Please help. Dan Lazin _______________________________________________________ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message