From owner-freebsd-ports@FreeBSD.ORG Mon Dec 15 00:10:06 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CDE416A4CE for ; Mon, 15 Dec 2003 00:10:06 -0800 (PST) Received: from wizard.xinus.net (wizard.xinus.net [62.212.103.118]) by mx1.FreeBSD.org (Postfix) with SMTP id B497043D45 for ; Mon, 15 Dec 2003 00:10:02 -0800 (PST) (envelope-from david@xinus.net) Received: (qmail 398 invoked by uid 1008); 15 Dec 2003 08:10:34 -0000 Received: from david@xinus.net by wizard.xinus.net by uid 82 with qmail-scanner-1.20rc4 (clamscan: 0.65. spamassassin: 2.60. Clear:RC:1:SA:0(0.0/5.0):. Processed in 4.274447 secs); 15 déc 2003 08:10:34 -0000 X-Qmail-Scanner-Mail-From: david@xinus.net via wizard.xinus.net X-Qmail-Scanner: 1.20rc4 (Clear:RC:1:SA:0(0.0/5.0):. Processed in 4.274447 secs) Received: from unknown (HELO SHUTTLE) (192.168.0.30) by 0 with SMTP; 15 Dec 2003 08:10:28 -0000 Message-ID: <003101c3c2e3$63259d00$1e00a8c0@SHUTTLE> From: "David du SERRE-TELMON" To: Date: Mon, 15 Dec 2003 09:13:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on wizard.xinus.net X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.60 cc: ports@FreeBSD.org Subject: FreeBSD Port: daemontools-0.76 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 08:10:06 -0000 Hi, I'm using daemontools port, but I've a got a problem (see the problem below). Somebody on the qmail list say me that I must see this with you : > You're not actually running qmail and daemontools, then -- you're running > random code by other authors based on djb's code. The *BSD ports have shown > all kinds of weird behaviours in the past introduced by their port > maintainers. Thank you for your help. ----- Original Message ----- From: "David du SERRE-TELMON" To: Sent: Sunday, December 14, 2003 10:12 PM Subject: Daemontools -> error with logging > Hi, > > I use daemontools under FreeBSD in order to use qmail. > All application have been install from port collection (qmail, daemontools, > vpopmail...). > > This is my problem : When an email come from smtp daemon, if there is an > error with delivry, it make a folder at root directory with error content. > > For exemple, this is an error, user unkow, this is the log > (/var/log/qmail/current) > > @400000003fdcc47330ecaa74 new msg 717 > @400000003fdcc47332d26a04 info msg 717: bytes 964 from > qp 4692 uid 1008 > @400000003fdcc47334c25324 starting delivery 6: msg 717 to local > wizard.xinus.net-baduser@wizard.xinus.com > @400000003fdcc473379a469c status: local 1/10 remote 0/20 > @400000003fdcc474029ff57c delivery 6: failure: > Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ > @400000003fdcc4740317c174 status: local 0/10 remote 0/20 > @400000003fdcc47404376a14 bounce msg 717 qp 4696 > @400000003fdcc474047afedc end msg 717 > > Here, it's normal. But, a processus make this folder at / (I suppose it's > somethning running by daemontools, because i'ts become to root) : > drwx------ 3 root wheel 512 déc 14 20:54 no such user > baduser@wizard.xinus.com > > I use the same startup scripts on a Debian distribution, and I haven't got > this problem. It's just a logging problem, qmail work fine. > I don't know how I can solve this problem. > > Any idea ? > > Thank you. > > David. >