From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60216 Path: news.gmane.org!not-for-mail From: Samir Saidani Newsgroups: gmane.emacs.gnus.general Subject: gnus and smtp auth Date: Tue, 26 Apr 2005 23:58:40 +0200 Message-ID: <87zmvlyzcf.fsf@info.unicaen.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114631702 23688 80.91.229.2 (27 Apr 2005 19:55:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2005 19:55:02 +0000 (UTC) Original-X-From: ding-owner+M8744@lists.math.uh.edu Wed Apr 27 21:54:59 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQsbn-0008Jz-7C for ding-account@gmane.org; Wed, 27 Apr 2005 21:54:09 +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 1DQsgp-00017B-00; Wed, 27 Apr 2005 14:59:19 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DQY6F-0006ol-00 for ding@lists.math.uh.edu; Tue, 26 Apr 2005 17:00:11 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DQY6B-0004m7-G8 for ding@lists.math.uh.edu; Tue, 26 Apr 2005 17:00:07 -0500 Original-Received: from sizun.unicaen.fr ([193.55.130.147]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DQY6A-00042M-00 for ; Wed, 27 Apr 2005 00:00:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by sizun.unicaen.fr (Postfix) with ESMTP id 8C93C38409C for ; Tue, 26 Apr 2005 23:59:57 +0200 (CEST) Original-Received: from averell (averell.info.unicaen.fr [193.55.128.16]) by sizun.unicaen.fr (Postfix) with ESMTP id 7F7D8384022 for ; Tue, 26 Apr 2005 23:59:57 +0200 (CEST) Original-Received: from cassiopee ([2001:660:7101:1:230:48ff:fe10:928b]) by averell with esmtp; Tue, 26 Apr 2005 23:59:57 +0200 id 00007DF4.426EB9DD.00000A6E Original-Received: by cassiopee (Postfix, from userid 1000) id 526AD3D74; Tue, 26 Apr 2005 23:58:40 +0200 (CEST) Original-To: ding@gnus.org User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unicaen.fr X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60216 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60216 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