From owner-freebsd-hackers Thu Jun 15 09:30:49 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA28247 for hackers-outgoing; Thu, 15 Jun 1995 09:30:49 -0700 Received: from rah.star-gate.com ([204.188.121.18]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA28240 ; Thu, 15 Jun 1995 09:30:46 -0700 Received: from localhost.v-site.net (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.11/8.6.9) with SMTP id JAA10058; Thu, 15 Jun 1995 09:17:14 -0700 Message-Id: <199506151617.JAA10058@rah.star-gate.com> X-Authentication-Warning: rah.star-gate.com: Host localhost.v-site.net didn't use HELO protocol X-Mailer: exmh version 1.6delta 4/7/95 To: "Jordan K. Hubbard" cc: hackers@freebsd.org Subject: Re: Any hints from MH users of POP? In-reply-to: Your message of "Thu, 15 Jun 1995 14:03:34 BST." <461.803221414@whisker.internet-eireann.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Jun 1995 09:17:12 -0700 From: Amancio Hasty Sender: hackers-owner@freebsd.org Precedence: bulk >>> "Jordan K. Hubbard" said: > I'm using POP here and invoking it with: > > inc -noapop -truncate -host freefall.cdrom.com > Well, this works for me: 1. In your mh's FreeBSD conf file, options POP2 RPOP DPOP ldoptlibs -ldescrypt 2. Rebuild mh and install it. 3. If you don't want to enter your password every time that you do an inc, create a .netrc file in your home directory, machine freefall.cdrom.com 4. inc -host freefall.cdrom.com -user jkh -truncate -norpop I modified exmh so it periodically incs my mail from netcom and sorts my mail to my designated folders. Amancio