From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67462 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug#499774: starttls is a joke Date: Fri, 26 Sep 2008 23:16:08 +0200 Message-ID: <87r676ip5z.fsf@mat.ucm.es> 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> <87k5cznin9.fsf@news.realpath.org> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222464048 15833 80.91.229.12 (26 Sep 2008 21:20:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Sep 2008 21:20:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15913@lists.math.uh.edu Fri Sep 26 23:21:44 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 1KjKkn-0007JI-7r for ding-account@gmane.org; Fri, 26 Sep 2008 23:21: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 1KjKjU-0003F7-5U; Fri, 26 Sep 2008 16:20:12 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KjKjS-0003En-Rz for ding@lists.math.uh.edu; Fri, 26 Sep 2008 16:20:10 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KjKjQ-0000Zi-5j for ding@lists.math.uh.edu; Fri, 26 Sep 2008 16:20:10 -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 1KjKjV-0003Nn-00 for ; Fri, 26 Sep 2008 23:20:13 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KjKjK-0000oU-Tp for ding@gnus.org; Fri, 26 Sep 2008 21:20:02 +0000 Original-Received: from 81.202.187.15.dyn.user.ono.com ([81.202.187.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2008 21:20:02 +0000 Original-Received: from oub by 81.202.187.15.dyn.user.ono.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2008 21:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.202.187.15.dyn.user.ono.com X-Hashcash: 1:20:080926:gmane.emacs.gnus.general::zxJZ/emXnSkrv6yV:000000000000000000000000000000000000032zG User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:NZd8r1JAADKpzzM5RURyj5mXYJU= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67462 Archived-At: >>>>> "Sebastian" == Sebastian Krause writes: > 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 Thanks but I don't understand that is wrapped by a (setq ) Or is this configuration written in some conf file? Uwe