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: Mon, 23 Feb 2015 03:49:34 +0000 Message-ID: <87pp912soh.fsf@robertthorpeconsulting.com> References: <54E8B9FC.4080708@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424663405 2633 80.91.229.3 (23 Feb 2015 03:50:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 03:50:05 +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 Mon Feb 23 04:49:54 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 1YPk1o-00045d-41 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 04:49:52 +0100 Original-Received: from localhost ([::1]:41926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPk1n-0000Zw-EO for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Feb 2015 22:49:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPk1b-0000Zr-QL for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:49:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPk1Y-0007EN-Kx for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:49:39 -0500 Original-Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:56671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPk1Y-0007EJ-GC for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:49:36 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id 9FD90989D4 for ; Mon, 23 Feb 2015 03:49:35 +0000 (UTC) Original-Received: (qmail 27770 invoked from network); 23 Feb 2015 03:49:35 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.76.49.88]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 23 Feb 2015 03:49:35 -0000 In-Reply-To: <54E8B9FC.4080708@riseup.net> (message from Albino Biasutti Neto on Sat, 21 Feb 2015 15:01:48 -0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.16 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:102841 Archived-At: Albino Biasutti Neto writes: > On 02/20/2015 04:59 PM, Albino Biasutti Neto wrote: >> On 02/20/2015 12:26 PM, Robert Thorpe wrote: >>>to the movemail > > Now other errors: > > movemail : errror 110 mailbox pop://... > > The configs: > > (setq rmail-primary-inbox-list (list "pop://@")) > ;(setq rmail-movemail-flags (list "--tsl")) > > (setq rmail-movemail-search-path (list "/usr/bin/movemail.mailutils")) > (setq rmail-movemail-program nil) > (setq rmail-pop-password-required t > rmail-preserve-inbox t) Didn't you say in your previous message that your server uses port 995? Movemail seems to be trying to use port 110 here. 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 That said, it would be unusual if your mail provider doesn't support port 110. BR, Robert Thorpe