From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:12:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 585DE16A420 for ; Fri, 24 Feb 2006 22:12:56 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55A143D45 for ; Fri, 24 Feb 2006 22:12:55 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id EB5C81D0008 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11278-02 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 815BB1D0002 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1OMCrj3040810 for ; Fri, 24 Feb 2006 17:12:54 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Fri, 24 Feb 2006 17:13:00 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom In-Reply-To: <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> References: <20060224163317.E305.GERARD@seibercom.net> <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060224171029.A683.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:12:56 -0000 Chris wrote: > Greetings, > Are you using Sendmail? If so, check your /var/log/maillog. That should > at least point you in the right direction. > > Best wishes, > Chris > There is nothing worth noting in the maillog. I need to trace the DADA module to see what it is actually doing. The developer does not have access to a FreeBSD machine so he cannot tell why it works correctly on Linux but not FreeBSD. > > Quoting Gerard Seibert : > > > I have a program. DADA Mail, which is unfortunately not available in the > > ports system. One of the modules supports a discussion list. It is > > designed to POP a message from the mailbox and send it. Unfortunately, > > it is failing to delete the message from the mailbox after sending it. > > > > I need a program that I can run in conjunction with this program that > > can produce a log of everything that is happening when the module is > > running so I can send it to the developer of DADA. Perhaps someone could > > suggest something that would accomplish that. I am not talking a 'script' > > which only records output to the screen. I need one that will record > > exactly what the program is actually doing; i.e, system calls, etc. > > > > Thanks! > > > > -- > > Gerard Seibert > > gerard@seibercom.net