From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Help for configure rmail Date: Tue, 24 Feb 2015 02:55:45 +0000 Message-ID: <87bnkkqaq6.fsf@robertthorpeconsulting.com> References: <54EBE4CF.2070209@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424746576 20124 80.91.229.3 (24 Feb 2015 02:56:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2015 02:56:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Albino Biasutti Neto Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 03:56:06 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YQ5fI-0001qp-3v for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2015 03:56:04 +0100 Original-Received: from localhost ([::1]:46565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ5fH-0005Y2-26 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 21:56:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ5f5-0005XN-DB for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 21:55:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ5f2-0003Gh-79 for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 21:55:51 -0500 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:59875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ5f2-0003GV-0n for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 21:55:48 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp05.blacknight.com (Postfix) with ESMTPS id A5A4B988FB for ; Tue, 24 Feb 2015 02:55:46 +0000 (UTC) Original-Received: (qmail 26041 invoked from network); 24 Feb 2015 02:55:46 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.86.200]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 24 Feb 2015 02:55:46 -0000 In-Reply-To: <54EBE4CF.2070209@riseup.net> (message from Albino Biasutti Neto on Mon, 23 Feb 2015 23:41:19 -0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102861 Archived-At: Albino Biasutti Neto writes: > On 02/23/2015 12:49 AM, Robert Thorpe wrote: >> Didn't you say in your previous message that your server uses port 995? >> Movemail seems to be trying to use port 110 here. > > Yes. I am using on Icedove. > >> Try the following movemail command and see if it creates a test.mbox >> file with mail in it: >> >> movemail -p --tsl 'pop://@:995' test.mbox password > > the command: > > movemail: unrecognized option '--tsl' > Try 'movemail --help' or 'movemail --usage' for more information. I forgot to mention, you need to use movemail from GNU Mailutils to get encryption support. (Personally, I don't know why Emacs ships with it's own version of movemail with cut-down options. I think Emacs should ship with GNU Mailutils movemail. That would avoid problems like this.) BR, Robert Thorpe