From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14056 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus hang, when sending mail from gmail account with gnutls. Date: Sun, 15 Aug 2010 14:11:27 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1281874311 14049 80.91.229.12 (15 Aug 2010 12:11:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2010 12:11:51 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Aug 15 14:11:49 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 1Okc42-0006uf-66 for gegu-info-gnus-english@m.gmane.org; Sun, 15 Aug 2010 14:11:46 +0200 Original-Received: from localhost ([127.0.0.1]:54474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okc41-0001gb-JM for gegu-info-gnus-english@m.gmane.org; Sun, 15 Aug 2010 08:11:45 -0400 Original-Received: from [140.186.70.92] (port=52754 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okc3y-0001gW-Ur for info-gnus-english@gnu.org; Sun, 15 Aug 2010 08:11:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okc3x-0006v7-RK for info-gnus-english@gnu.org; Sun, 15 Aug 2010 08:11:42 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37844) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okc3x-0006uQ-KF for info-gnus-english@gnu.org; Sun, 15 Aug 2010 08:11:41 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Okc3v-0006rT-QM for info-gnus-english@gnu.org; Sun, 15 Aug 2010 14:11:39 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 14:11:39 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 14:11:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) 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:14056 Archived-At: filebat Mark writes: > One more confusing: > - Since I have explicitly configured to use gnutls by (setq starttls-use-gnutls t), why we have STARTTLS output in the buffer of "*trace of SMTP seesion". > > Regards, > Denny > > On Sun, Aug 15, 2010 at 5:59 PM, filebat Mark wrote: > > Hi gnusers > > I can receive mails of gmail by imap. However, after struggling for several days, I still fail to send mail in gnus. > Would you please help to root cause the problem? My environment: cygwin + ntemacs 23. > > Below is my gnus related configuration, and ~/.authinfo is correct. > > And it hangs with the output of "220 2.0.0 Ready to start TLS", when I try to invoke message-send in *Message* mode. > No problem is found, when manually invoke "gnutls-cli-debug.exe www.google.com". > > It seems hang at smtpmail.el::smtpmail-via-smtp > line 672        (if (or (null (car (setq greeting > (smtpmail-read-response process)))) As a workaround ... There was a thread earlier in the year about this. The same issue crops up a lot (under Linux AND Windows btw) and TLS confuses a lot of people and/or seems very creaky. - I know it did me ;) The thread earlier in the year posted a solution using msmtp I *think* :-- http://www.mail-archive.com/info-gnus-english@gnu.org/msg08606.html Hopefully this might work for you. regards r.