help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help for configure rmail


From: Robert Thorpe
Subject: Re: Help for configure rmail
Date: Mon, 23 Feb 2015 03:49:34 +0000

Albino Biasutti Neto <bino@riseup.net> 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://<user>@<pop.server>"))
> ;(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://<user>@<pop.server>:995' test.mbox password

That said, it would be unusual if your mail provider doesn't support
port 110.

BR,
Robert Thorpe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]