From owner-freebsd-questions Mon Nov 17 13:24:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA16332 for questions-outgoing; Mon, 17 Nov 1997 13:24:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mybsd.mybsd.net (citytelprct68.citytel.net [204.244.99.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA16312 for ; Mon, 17 Nov 1997 13:24:08 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from mybsd.net (mybsd.net [192.168.0.2]) by mybsd.mybsd.net (8.8.5/8.8.5) with SMTP id NAA16330; Mon, 17 Nov 1997 13:23:16 -0800 (PST) Date: Mon, 17 Nov 1997 13:23:15 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Doug White cc: freebsd-questions Subject: Re: tcpdump and tun0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I run ppp -auto -alias and ppp tries to connect when there are no > > process's that ( I think) trying to call it and therefor dial out. > > sendmail is probably trying to do a nameserver lookup. Try setting the > dfilter to block DNS lookups. Would that be: O DeliveryMode=delay in sendmail.cf? Or is there a command line arg that I can HUP sendmail with? According to sendmail.org that is one way to delay and not make sendmail do DNS lookups. > You can enable log levels. See http://www.freebsd.org/~brian. I'll check that out...thanks!