From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88287 Path: news.gmane.org!.POSTED!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail and gmx Date: Tue, 11 Dec 2018 15:43:50 +0100 Message-ID: <87woogqg2h.fsf@mat.ucm.es> References: <87y38wno4r.fsf@mat.ucm.es> <87efaoruve.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544539526 20665 195.159.176.226 (11 Dec 2018 14:45:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2018 14:45:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36497@lists.math.uh.edu Tue Dec 11 15:45:22 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWjHk-0005Fm-O3 for ding-account@gmane.org; Tue, 11 Dec 2018 15:45:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1gWjJp-00050j-Nm; Tue, 11 Dec 2018 08:47:29 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gWjJh-0004xv-PD for ding@lists.math.uh.edu; Tue, 11 Dec 2018 08:47:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gWjJg-00043Z-Br for ding@lists.math.uh.edu; Tue, 11 Dec 2018 08:47:21 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWjJf-00085t-57 for ding@gnus.org; Tue, 11 Dec 2018 15:47:19 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gWjHX-0004yc-22 for ding@gnus.org; Tue, 11 Dec 2018 15:45:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Header: Newsgroups Cancel-Lock: sha1:TTXkv1eLhlDSoD+Te7hN4V3DmUk= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88287 Archived-At: >> Hi >> For gmail the following setting works (which I also use in >> thunderbird) >> (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "user" nil))) I tried the 456 port gnutls-cli --insecure -p 465 smtp.gmx.de That worked Using curve: SECP256R1 - Curve size: 256 bits - Version: TLS1.2 - Key Exchange: ECDHE-RSA - Server Signature: RSA-SHA256 - Cipher: AES-128-GCM - MAC: AEAD - Compression: NULL - Options: safe renegotiation, - Handshake was completed But even after setting (setq smtpmail-auth-credentials '(("smtp.gmail.com" 456 "user" nil))) It still fails, I am not even asked the password