From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60209 Path: news.gmane.org!not-for-mail From: Samir Saidani Newsgroups: gmane.emacs.gnus.general Subject: gnus and smtp auth Date: Sun, 24 Apr 2005 19:31:42 +0200 Message-ID: <87mzrokrnl.fsf@info.unicaen.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114631593 23041 80.91.229.2 (27 Apr 2005 19:53:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2005 19:53:13 +0000 (UTC) Original-X-From: ding-owner+M8737@lists.math.uh.edu Wed Apr 27 21:53:10 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQsZm-00081q-9R for ding-account@gmane.org; Wed, 27 Apr 2005 21:52:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DQseU-0000dn-00; Wed, 27 Apr 2005 14:56:54 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DPrGM-0002n9-00 for ding@lists.math.uh.edu; Sun, 24 Apr 2005 19:15:46 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DPrGH-0004vj-9c for ding@lists.math.uh.edu; Sun, 24 Apr 2005 19:15:41 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DPrGF-0003kH-00 for ; Mon, 25 Apr 2005 02:15:39 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DPrBF-0006va-Qf for ding@gnus.org; Mon, 25 Apr 2005 02:10:33 +0200 Original-Received: from wifi.net-and-games.com ([81.255.78.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 02:10:29 +0200 Original-Received: from saidani by wifi.net-and-games.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 02:10:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 79 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: wifi.net-and-games.com User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:H5/+VR8piBu5mIhoIr2y5V/HBjU= X-Spam-Score: -4.2 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60209 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60209 Hi all ! I'm trying to get gnus sending mail through smtp auth, but after several hours, I'm definitely unsuccessful... So here is the situation : I've got a laptop with a sarge debian installed, and using gnus 5.10.7 and emacs 21.4.1, with the latest cvs smtpmail and starttls files (byte-compiled). I managed to send mail through smtpmail and without authentification with no problems, and I can send mails through smtpmail with authentification using gmail (I tried the .gnus here : http://web.phys.ntnu.no/~terjeros/gnus-gmail/) I also managed to send mail to smtp.xxx.com in few minutes (argh) using mozilla mail, with the following settings : outgoing smtp : smtp.xxx.fr port 465 use secure connection : ssl (the other choices don't work). When I replace the .gnus configuration (from terjeros) with the right settings, it hangs and there is nothing in smtp debug. But I find a difference between smtp.gmail and smtp.xxx.com : when I do a telnet : gmail Trying 64.233.185.109... Connected to smtp.gmail.com. Escape character is '^]'. 220 mx.gmail.com ESMTP d16sm1394590wra smtp.xxx.com Trying 2001:660:7101::6... Trying xxx.xxx.xxx.xx... Connected to smtp.xxx.com. Escape character is '^]'. and with gnutls-cli smtp.xxx.com -p 465 Resolving 'smtp.xxx.com'... Connecting to 'x.x.x.x:465'... - Certificate type: X.509 - Got a certificate list of 1 certificates. - Certificate[0] info: # The hostname in the certificate does NOT match 'smtp.xxx.com'. # valid since: Sat Feb 5 11:20:00 CET 2005 # expires at: Tue Feb 5 11:20:00 CET 2008 # serial number: 00 9f 94 6f 16 5d 19 f2 4b # fingerprint: 5d 34 15 88 00 f7 6d 08 67 da 82 ba 5c 94 56 55 blabla - Peer's certificate issuer is unknown - Peer's certificate is NOT trusted - Version: TLS 1.0 - Key Exchange: RSA - Cipher: AES 256 CBC - MAC: SHA - Compression: NULL - Handshake was completed - Simple Client Mode: 220 xxx ESMTP So I tried different possibilities to get a .gnus.el working but now, I'm stuck ! Help ? Thanks ! Samir