From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67456 Path: news.gmane.org!not-for-mail From: Sebastian Krause Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug#499774: starttls is a joke Date: Fri, 26 Sep 2008 15:25:46 +0200 Message-ID: <87k5cznin9.fsf@news.realpath.org> References: <871vzca7gp.fsf@natisbad.org> <87y71kpmq7.fsf@bubble.risko.hu> <87ljxi3oty.fsf@mat.ucm.es> <87tzc61abc.fsf@news.realpath.org> <87y71fjb90.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222435836 11362 80.91.229.12 (26 Sep 2008 13:30:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Sep 2008 13:30:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15906@lists.math.uh.edu Fri Sep 26 15:31:34 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KjDPx-0004d0-BA for ding-account@gmane.org; Fri, 26 Sep 2008 15:31:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KjDOi-0000BS-Np; Fri, 26 Sep 2008 08:30:16 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KjDOh-0000B9-G8 for ding@lists.math.uh.edu; Fri, 26 Sep 2008 08:30:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KjDOb-00082a-Qp for ding@lists.math.uh.edu; Fri, 26 Sep 2008 08:30:15 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KjDOg-0003KC-00 for ; Fri, 26 Sep 2008 15:30:14 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KjDOV-0005fm-Ts for ding@gnus.org; Fri, 26 Sep 2008 13:30:04 +0000 Original-Received: from 89.244.127.160 ([89.244.127.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2008 13:30:03 +0000 Original-Received: from sebastian by 89.244.127.160 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2008 13:30:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 89.244.127.160 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67456 Archived-At: Uwe Brauer wrote: >> I send my Gnus mail through smtp.gmail.com using msmtp >> (http://msmtp.sourceforge.net/), it simply can't be easier. Other >> alternatives like esmtp exist. I see no need for something like >> starttls on my system. > > That is very interesting I have vaguely heard about it. Could you send > me please your config? # gmail account gmail host smtp.gmail.com port 587 from username@gmail.com auth plain user username@gmail.com password yourpass tls on tls_trust_file /etc/ssl/certs/ca-certificates.crt