From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Help for configure rmail Date: Tue, 24 Feb 2015 10:23:17 +0700 Message-ID: References: <87pp912soh.fsf@robertthorpeconsulting.com> <54EBE4CF.2070209@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1424748235 14593 80.91.229.3 (24 Feb 2015 03:23:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2015 03:23:55 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" , Robert Thorpe To: Albino Biasutti Neto Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 04:23: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 1YQ66C-0006Zx-S9 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2015 04:23:53 +0100 Original-Received: from localhost ([::1]:46605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ66B-0000K6-L0 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 22:23:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ660-0000K1-3o for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 22:23:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ65z-0003mo-0Q for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 22:23:40 -0500 Original-Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:45555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ65y-0003md-QJ for help-gnu-emacs@gnu.org; Mon, 23 Feb 2015 22:23:38 -0500 Original-Received: by mail-ig0-f179.google.com with SMTP id l13so23779011iga.0 for ; Mon, 23 Feb 2015 19:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=CCtbrGkJWhMvqO2HQGPn+YNEE7n7rSH7bBWxNDP0198=; b=ytmA6x9jEocgDTXrX01y2DDGBVXrWN63G410q00w9xiQMaRtHo7rYugFoQuqqURv3T b05L6S7shwAaE+xbxmPt1V8fpDSlNJori2GqHMa2wlMzL16+6m0zIysFRNGXiJYt8NIg 0agU5IfffdH2GYKkfHfCRyWtSAQ/yxCtq6OVpVMRZ1p1igJMcTPc12ZUo37n3B0UEoR2 DtoKdgMVb7NJRNJu8fVYEZFxlJg/ua0Nj0TqGlxriuW/8QW3yjHmx3y0wZGxcOXtWhHF FigB/TFL980AiWF553HajRrUNpZxtwHFQEcPmIHKXpS8L17aoLh9SUCJMDDNJF6NxXoq zZzw== X-Received: by 10.107.155.131 with SMTP id d125mr18441421ioe.17.1424748217694; Mon, 23 Feb 2015 19:23:37 -0800 (PST) Original-Received: by 10.107.48.193 with HTTP; Mon, 23 Feb 2015 19:23:17 -0800 (PST) In-Reply-To: <54EBE4CF.2070209@riseup.net> X-Google-Sender-Auth: AITx7Cb-k2ZJ9kCAE5uRloVW3eI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::233 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:102862 Archived-At: On Tue, Feb 24, 2015 at 8:41 AM, Albino Biasutti Neto 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