From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 10 14:26:57 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5687B16A4CE for ; Fri, 10 Dec 2004 14:26:57 +0000 (GMT) Received: from net.netophilia.net (ns.netophilia.net [66.96.216.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09CF43D2D for ; Fri, 10 Dec 2004 14:26:56 +0000 (GMT) (envelope-from bsd-lists@netophilia.net) Received: from localhost (localhost.netophilia.net [127.0.0.1]) by net.netophilia.net (Postfix) with ESMTP id C75B713933; Fri, 10 Dec 2004 09:26:54 -0500 (EST) Received: from net.netophilia.net ([127.0.0.1]) by localhost (net.netophilia.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51279-07; Fri, 10 Dec 2004 09:26:49 -0500 (EST) Received: by net.netophilia.net (Postfix, from userid 1005) id 1B72613931; Fri, 10 Dec 2004 09:26:49 -0500 (EST) Date: Fri, 10 Dec 2004 09:26:49 -0500 From: Dan Kilbourne To: goose bla Message-ID: <20041210142649.GA94517@netophilia.net> References: <200412101359.iBADx3VF027772@web7.zoznam.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412101359.iBADx3VF027772@web7.zoznam.sk> Organization: netophilia.net Visit: http://netophilia.net User-Agent: Mutt/1.5.6i X-Virus-Scanned: amavisd-new at netophilia.net cc: freebsd-newbies@freebsd.org Subject: Re: setup POP3 clinet pine X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 14:26:57 -0000 goose bla extolled: I recommend you run fetchmail (available in ports) to fetch your POP3 mail, then use pine to read your local mail spool. You can create a .fetchmailrc with a line like this: (other stuff will need to be in there for it to work well) poll $SERVER proto pop3 user "$USER" pass "$PASS" is \ $LOCALUSER here options fetchall warnings 3600; where : $SERVER == mail servername $USER == mail username $PASS == mail password $LOCALUSER == local user account that will run pine I use this with mutt and it works flawlessly, and someone else uses it with pine on my machine with no issues. Would this solve it for you? That being said, you can also apparently use pine to directly pop your mail. http://www.google.com/search?hl=en&q=pine+pop3&btnG=Google+Search seems to give some links with info on it. Personally, I think since pine was originally designed to read directly from a mail spool, I would go the fetchmail route. > hello, > please > how can i setup pine like POP3 client ?.. > i cannot find how-to about it, and man is unapplicable. > > goose > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" -- ___ Dan