From owner-freebsd-questions Sat Sep 27 15:11:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15452 for questions-outgoing; Sat, 27 Sep 1997 15:11:09 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15441 for ; Sat, 27 Sep 1997 15:11:02 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id AAA13087; Sun, 28 Sep 1997 00:10:55 +0200 (MET DST) Date: Sun, 28 Sep 1997 00:10:55 +0200 (MET DST) Message-Id: <199709272210.AAA13087@bitbox.follo.net> From: Eivind Eklund To: Bruce Albrecht CC: freebsd-questions@FreeBSD.ORG In-reply-to: Bruce Albrecht's message of Tue, 23 Sep 1997 09:00:02 -0500 (CDT) Subject: Re: sendmail and ppp -auto References: <199709231400.JAA02114@zuhause.mn.org> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I just started using ppp -auto, and whenever sendmail starts up or I > get any new mail, ppp connects to my ISP. How do I trace this? I > don't know how. Is there something I should add to my sendmail > configuration? You need to add -DNAMED_BIND=0 to your sendmail compilation. (Yeah, this mean you have to recompile sendmail. Doing that together with having a FEATURE(nodns)dnl in the sendmail.mc file is the only way I've found to stop this). Eivind.