From owner-freebsd-questions Mon Apr 8 18:00:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17068 for questions-outgoing; Mon, 8 Apr 1996 18:00:15 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA17060 for ; Mon, 8 Apr 1996 18:00:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id BAA01075 ; Tue, 9 Apr 1996 01:55:58 +0100 (BST) To: Brian Queen cc: questions@freebsd.org From: "Gary Palmer" Subject: Re: mystery phone call In-reply-to: Your message of "Mon, 08 Apr 1996 14:25:40 PDT." Date: Tue, 09 Apr 1996 01:55:58 +0100 Message-ID: <1073.829011358@palmer.demon.co.uk> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Brian Queen wrote in message ID : > I was logged out so ppp on demand was not functional, so it was not the > sendmail trying to route mail through my ppp link. Sorry? That logic doesn't follow. ppp -auto lives through login sessions - it's a daemon. It's quite possible that if you haven't set up your dfilter rules properly, some cron job triggered that off... Check /var/log/maillog, /var/log/ppp.log, /var/log/messages and /var/cron/log to see if you can see anything happening when you were sleeping. Gary