From owner-freebsd-questions Fri Apr 26 11:01:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22375 for questions-outgoing; Fri, 26 Apr 1996 11:01:26 -0700 (PDT) Received: from mistery.mcafee.com (jimd@mistery.mcafee.com [192.187.128.69]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA22370 for ; Fri, 26 Apr 1996 11:01:23 -0700 (PDT) Received: (from jimd@localhost) by mistery.mcafee.com (8.6.11/8.6.9) id MAA08468; Fri, 26 Apr 1996 12:29:45 -0700 From: Jim Dennis Message-Id: <199604261929.MAA08468@mistery.mcafee.com> Subject: Re: MH: inc can't connect to POP mailbox To: dwhite@resnet.uoregon.edu Date: Fri, 26 Apr 1996 12:29:45 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: from "Doug White" at Apr 25, 96 09:18:06 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Hello! > > I'm trying to use exmh to retrieve remote mail via POP. But when I try > to run > > inc -host resnet.uoregon.edu -user dwhite > (I have an account on this machine, running ipop3d) > I get this: > inc: -ERR Nice try, bunkie > Other users can use POP just fine off this machine. > Any guesses? > > Doug White | University of Oregon I don't know what's cause mh to fail on POP connection directly -- however I can suggest a workaround: use popclient (a simple command line program that fetches your mail and appends it to the mail folder of your choice (your local mail spool file is the default). You should then be able to inc (incorporate) your mail locally. I've done things on some system like: get my mail spool via ftp, append it to the local spool and elm or inc it. I've also used a need trick to take all my elm folders and "convert" them to mh (just cat them all >> to the spool of course). My first guess as to why it's not working relates to passwork problems. Have you tried 'telnet resnet pop-3' (port 110) and using the: USER and PASS commands to confirm your ability to make a connection. Jim Dennis, System Administrator, McAfee Associates