From owner-cvs-all Sat Mar 30 6:45:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18EE237B400; Sat, 30 Mar 2002 06:45:29 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UEhWq78211; Sat, 30 Mar 2002 06:43:32 -0800 (PST) (envelope-from dinoex) Message-Id: <200203301443.g2UEhWq78211@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 30 Mar 2002 06:43:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smtpd Makefile ports/mail/smtpd/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/03/30 06:43:32 PST Modified files: mail/smtpd Makefile mail/smtpd/files patch-ab Log: Patch to solve problem: since version 8.12.1 (8.12.0 ?) sendmail complains if a program piping data to it doesn't have stdin, stdout and stderr opened; smtpfwdd doesn't open stdout and stderr when forwarding a mail to sendmail, therefore an anoying system messages is generated for each incoming mail: Dec 30 00:05:44 alchemy sendmail[96078]: SYSERR(uucp): File descriptors missing on startup: stdout, stderr: Bad file descriptor Maintainer Timeout. PR: 33314 Submitted by: marius@alchemy.franken.de Revision Changes Path 1.11 +2 -1 ports/mail/smtpd/Makefile 1.2 +21 -1 ports/mail/smtpd/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message