From: Yuri Khan <yuri.v.khan@gmail.com>
To: Albino Biasutti Neto <bino@riseup.net>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>,
Robert Thorpe <rt@robertthorpeconsulting.com>
Subject: Re: Help for configure rmail
Date: Tue, 24 Feb 2015 10:23:17 +0700 [thread overview]
Message-ID: <CAP_d_8XazgHffo9xf+8uq1y4sCGop5ZPpO2w63adw=iVQY33+g@mail.gmail.com> (raw)
In-Reply-To: <54EBE4CF.2070209@riseup.net>
On Tue, Feb 24, 2015 at 8:41 AM, Albino Biasutti Neto <bino@riseup.net> wrote:
> movemail: unrecognized option '--tsl'
> Try 'movemail --help' or 'movemail --usage' for more information.
So did you try reading the help? It looks like you systematically
misspell TLS as TSL.
However, even fixing that might not help you. TLS means Transport
Layer Security and is designed to protect you from others seeing your
sensitive data on the wire.
There are two widely used methods to enable encryption:
* One is the STARTTLS extension to the POP3 (and SMTP, and IMAP)
protocol, where you first connect to the usual 110 (25, 143) port and
then, before transmitting your user name and password, request that
encryption be enabled.
* The other is usually called just SSL. You connect to a different
port, 995 (465, 993), and encryption is enabled right from the start.
I am not familiar with movemail, but it looks like the --tls switch
would enable the STARTTLS extension, not the SSL tunnel method.
The movemail manual on the Web[1] says that you use the pops:// scheme
to access a POP3 server over SSL.
[1]: http://mailutils.org/manual/html_node/URL.html#URL
next prev parent reply other threads:[~2015-02-24 3:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-16 22:16 Help for configure rmail Albino Biasutti Neto
2015-02-17 2:51 ` Robert Thorpe
2015-02-17 22:02 ` Albino Biasutti Neto
2015-02-17 23:14 ` Albino Biasutti Neto
2015-02-18 2:15 ` Robert Thorpe
2015-02-18 2:37 ` Yuri Khan
2015-02-18 11:42 ` Albino Biasutti Neto
2015-02-18 13:34 ` Albino Biasutti Neto
2015-02-18 15:35 ` Eli Zaretskii
2015-02-19 17:40 ` Robert Thorpe
2015-02-19 20:01 ` Albino Biasutti Neto
2015-02-20 14:26 ` Robert Thorpe
2015-02-20 18:59 ` Albino Biasutti Neto
2015-02-21 17:01 ` Albino Biasutti Neto
2015-02-21 18:10 ` Eli Zaretskii
2015-02-23 3:49 ` Robert Thorpe
2015-02-24 2:41 ` Albino Biasutti Neto
2015-02-24 2:55 ` Robert Thorpe
2015-02-24 3:23 ` Yuri Khan [this message]
2015-02-24 3:56 ` Robert Thorpe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAP_d_8XazgHffo9xf+8uq1y4sCGop5ZPpO2w63adw=iVQY33+g@mail.gmail.com' \
--to=yuri.v.khan@gmail.com \
--cc=bino@riseup.net \
--cc=help-gnu-emacs@gnu.org \
--cc=rt@robertthorpeconsulting.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).