From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 06:03:28 2004 Return-Path: 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 AF2D416A4CE for ; Fri, 20 Feb 2004 06:03:28 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id A744B43D1D for ; Fri, 20 Feb 2004 06:03:28 -0800 (PST) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=yoda.datawok.com) by razorbill.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AuBFW-0003sV-00; Fri, 20 Feb 2004 06:03:26 -0800 From: "Andrew L. Gould" To: andrew clarke , freebsd-questions@freebsd.org Date: Fri, 20 Feb 2004 08:04:06 -0600 User-Agent: KMail/1.5.4 References: <20040220133828.GA98786@ozzmosis.com> In-Reply-To: <20040220133828.GA98786@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402200804.06286.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b0f2fd03970fe997002299fa00f40c82c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: e-mail notification X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 14:03:28 -0000 On Friday 20 February 2004 07:38 am, andrew clarke wrote: > Just wondering if anyone knows of a program that will connect to a POP3 > mailbox and then send me an e-mail notification when there are new > messages in the mailbox (rather than sending me those messages)? Thanks. According to 'man fetchmail', the '-c' option will check for email without fetching or deleting emails on the server. However: 1. It turns of daemon mode; 2. "It doesn't play well with queries to multiple sites, and doesn't work with ETRN or ODMR."; and 3. It will tell you if there's mail at the server; but can't tell the difference between new and read mail. Andrew Gould