From owner-freebsd-questions Sat Apr 3 1:26:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 3F47115230 for ; Sat, 3 Apr 1999 01:26:18 -0800 (PST) (envelope-from tim@scratch.demon.co.uk) Received: from [212.228.22.156] (helo=franklin.matlink) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 10TMf9-0002WV-0A for freebsd-questions@freebsd.org; Sat, 3 Apr 1999 09:24:23 +0000 Received: (from tim@localhost) by franklin.matlink (8.9.3/8.9.3) id KAA00155 for freebsd-questions@freebsd.org; Sat, 3 Apr 1999 10:23:43 +0100 (BST) (envelope-from tim) Message-Id: <199904030923.KAA00155@franklin.matlink> Date: Sat, 3 Apr 1999 10:23:04 +0100 (BST) From: Tim Preece Subject: mail - error message and processing To: freebsd-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 Hi, I have a problem with my sendmail that I cant seem to resolve, I get this error message - does anyone know what it means ? sendmail[1639]: NOQUEUE: SYSERR(root): fill_fd: before main() initmaps: fd 2 not open: Bad file descriptor messages seem to be still getting through, though I have missed some that I was expecting so maybe some are going missing. this is my mc file that the cf was created from -- divert(0)dnl VERSIONID(`@(#)freebsd.mc $Revision: 1.4 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl FEATURE(relay_based_on_MX)dnl FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl FEATURE(access_db, hash -o /etc/mail/access')dnl FEATURE(blacklist_recipients)dnl FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl dnl Uncomment to activate Realtime Blackhole List (recommended!) dnl FEATURE(rbl)dnl FEATURE(local_lmtp)dnl define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl MAILER(local)dnl MAILER(smtp)dnl MASQUERADE_AS(`scratch.demon.co.uk')dnl FEATURE(allmasquerade)dnl FEATURE(masquerade_envelope)dnl dnl FEATURE(nocanonify) dnl FEATURE(nodns) define(SMART_HOST, `post.demon.co.uk')dnl dnl Dmfranklin.matlink define(`confDOMAIN_NAME',`franklin.matlink')dnl define(`confDELIVERY_MODE',`deferred')dnl I am running with 4.0-CURRENT cvsupped again 27/03/99 Secondly processing I am using mbox files and wish to write a script that will move the mail that has been read from some of the folders elsewhere. How do I filter the read messages from a mailbox ? Tim. I'd rather boot Bill Gates than Windoze any day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message