From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 09:28:09 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 7CA7816A4CE for ; Thu, 22 Jan 2004 09:28:09 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B6E543D1F for ; Thu, 22 Jan 2004 09:28:03 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i0MHVpBn083633 for ; Thu, 22 Jan 2004 17:32:02 GMT (envelope-from peter@circlesquared.com) Message-ID: <40100907.1050904@circlesquared.com> Date: Thu, 22 Jan 2004 17:31:51 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <873b01c3e10b$422a1590$4df24243@tsgincorporated.com> In-Reply-To: <873b01c3e10b$422a1590$4df24243@tsgincorporated.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: sendmail help? 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: Thu, 22 Jan 2004 17:28:09 -0000 Micheal Patterson wrote: > Fetchmail can't retrieve mail from an smtp server that I am > >currently aware of as it's designed to speak pop protocol and then deliver >it locally to an awaiting smtp server for local delivery. > > Fetchmail can use various protocols, including etrn, which is used to flush queues on smtp servers. This is a common protocol: Microsoft Exchange 2000 and 2003 ship without a pop3 client and use etrn exclusively (unless you install some 3rd party client). So you can use sendmail to collect mail using etrn, and most ISPs offer etrn, but this isn't what the OP was asking about. PWR.