From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14383 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.gnus.user Subject: Re: Multiple sources and accounts with GNUS Date: Thu, 23 Dec 2010 09:22:45 +0100 Message-ID: <87fwto7vai.fsf@eps142.cdf.udc.es> References: <20101221201421.bc2b1b75.wavexx@users.sf.net> <87ei9aaou6.fsf@member.fsf.org> <20101222122502.572111db.wavexx@users.sf.net> <87ei9ayp4e.fsf@member.fsf.org> <87ei99u2ov.fsf@savara.sat.thregr.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1293092599 28770 80.91.229.12 (23 Dec 2010 08:23:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 08:23:19 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Dec 23 09:23:13 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVgS8-0006a9-Vq for gegu-info-gnus-english@m.gmane.org; Thu, 23 Dec 2010 09:23:13 +0100 Original-Received: from localhost ([127.0.0.1]:40218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVgS8-0005qH-Db for gegu-info-gnus-english@m.gmane.org; Thu, 23 Dec 2010 03:23:12 -0500 Original-Received: from [140.186.70.92] (port=38863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVgS5-0005q2-Nz for info-gnus-english@gnu.org; Thu, 23 Dec 2010 03:23:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVgS4-0004YG-89 for info-gnus-english@gnu.org; Thu, 23 Dec 2010 03:23:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:38496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVgS4-0004Y9-18 for info-gnus-english@gnu.org; Thu, 23 Dec 2010 03:23:08 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVgS1-0006WM-Mc for info-gnus-english@gnu.org; Thu, 23 Dec 2010 09:23:05 +0100 Original-Received: from eps142.cdf.udc.es ([193.144.52.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Dec 2010 09:23:05 +0100 Original-Received: from aluaces by eps142.cdf.udc.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Dec 2010 09:23:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: eps142.cdf.udc.es User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:plyI50izluwePKkALirrrZZtjwY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14383 Archived-At: Yuri D'Elia writes: > On Wed, 22 Dec 2010 13:21:37 +0100, Tassilo Horn wrote: >>>> Looking at the trace buffer of my last SMTP session, that uses >>>> STARTTLS, too. I have the credentials for the server in >>>> ~/.authinfo.gpg and didn't setup anything special about how to use >>>> STARTTLS... >>> >>> In my case, LOGIN is only advertised after STARTTLS, maybe that makes >>> some difference? >> >> Hm, dunno. I have to admit, that I don't really have a clue about the >> SMTP protocol an STARTTLS, but that's a snippet from my SMTP trace >> buffer. >> >> 220 deliver.uni-koblenz.de ESMTP Postfix >> EHLO thinkpad >> 250-deliver.uni-koblenz.de >> 250-PIPELINING >> 250-SIZE 70000000 >> 250-VRFY >> 250-ETRN >> 250-STARTTLS >> 250-AUTH PLAIN LOGIN > > After trying some more, it seems that smtpmail is *not* making a secured > connection with STARTTLS at all. > > (setq > send-mail-function 'smtpmail-send-it > message-send-mail-function 'smtpmail-send-it > smtpmail-debug-info t smtpmail-debug-verb t > smtpmail-auth-credentials '(("smtp.x" 25 "x" nil)) > smtpmail-starttls-credentials '(("smtp.x", 25, nil, nil)) > smtpmail-smtp-server "smtp.x") > > Anything missing? (yes, gnutls-cli is present and working). I have gnutls-cli and openssl installed, but my emacs only uses the latter. Try to install it just in case it wants to use openssl. -- Alberto