From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pc-24-151-10-129.newt1.ct.charter.com ([24.151.10.129] helo=h14me.homelinux.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1APCeP-0007MD-00 for ; Wed, 26 Nov 2003 22:17:05 -0500 Received: from h14me.homelinux.net (localhost [127.0.0.1]) by h14me.homelinux.net (8.12.10/8.12.10) with ESMTP id hAR3HKZc011480 for ; Wed, 26 Nov 2003 22:17:20 -0500 Received: (from alex_snow@localhost) by h14me.homelinux.net (8.12.10/8.12.10/Submit) id hAR3HKfX011479 for speakup@braille.uwo.ca; Wed, 26 Nov 2003 22:17:20 -0500 Date: Wed, 26 Nov 2003 22:17:20 -0500 From: Alex Snow To: "Speakup is a screen review system for Linux." Message-ID: <20031127031720.GA11463@gmx.net> References: <000c01c3b493$e6461290$6901a8c0@ism.can.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <000c01c3b493$e6461290$6901a8c0@ism.can.ibm.com> User-Agent: Mutt/1.4.1i Subject: Re: Fetchmail Configuration X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 03:17:08 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've atached my ~/.fetchmailrc. this grabs mail from my provider's server and forwards it to my local mailbox. On Wed, Nov 26, 2003 at 10:09:39PM -0500, Rejean Proulx wrote: > I installed fetchmail and the fetchmailrc file seems simple enough except > that where to put the password isn't clear when looking at the example. Can > someone please post a real live fetchmailrc that works? I just want a > simple example that gets some e-mail from a provider and forwards it to a > local account. Too me, it isn't that well documented or I am looking at the > wrong place. > > Rejean Proulx > Visit my family at http://interfree.ca > MSN is: rejp@rogers.com > Ham License VA3REJ > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Always borrow money from a pessimist; he doesn't expect to be paid back. --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=fetchmailrc set syslog set postmaster "postmaster" set bouncemail set properties "" set daemon 300 poll pop.gmx.net with proto pop3 timeout 120 user "alex_snow@gmx.net" password "password" options fetchall forcecr --Qxx1br4bt0+wmkIi--