From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11890 Path: main.gmane.org!not-for-mail From: "Edward J. Sabol" Newsgroups: gmane.emacs.gnus.general Subject: Re: *POP* goes the mail.. Date: Thu, 14 Aug 1997 15:03:59 -0400 Message-ID: <199708141903.PAA19768@alderaan.gsfc.nasa.gov> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151525 587 80.91.224.250 (20 Oct 2002 22:05:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:05:25 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id OAA13631 for ; Thu, 14 Aug 1997 14:00:19 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id PAA17959 for ; Thu, 14 Aug 1997 15:55:47 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 14 Aug 1997 21:04:02 +0200 Original-Received: (qmail 10229 invoked by uid 504); 14 Aug 1997 19:04:00 -0000 Original-Received: (qmail 10226 invoked from network); 14 Aug 1997 19:04:00 -0000 Original-Received: from alderaan.gsfc.nasa.gov (128.183.127.237) by claymore.vcinet.com with SMTP; 14 Aug 1997 19:04:00 -0000 Original-Received: by alderaan.gsfc.nasa.gov (950413.SGI.8.6.12/951211.SGI.AUTO) id PAA19768; Thu, 14 Aug 1997 15:03:59 -0400 Original-To: Gnus Mailing List In-reply-to: (message from Steinar Bang on 14 Aug 1997 12:01:35 +0200) Xref: main.gmane.org gmane.emacs.gnus.general:11890 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11890 Excerpts from mail: (14-Aug-97) Re: *POP* goes the mail.. by Steinar Bang > I've had varying success with using movemail compiled with POP. FYI, the best POP solution I've seen is one that uses a program called fetchmail to fetch the e-mail via POP and then feeds it via SMTP to your localhost at port 25. It makes POP virtually invisible, especially if you have your fetchmail daemon checking your POP server every 5 minutes or so. Fetchmail supports a dizzying array of protocols: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. More info can be found at . It's truly an elegant solution and definitely cooler than movemail. Later, Ed