From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Problems with new smtpmail Date: Wed, 06 Jul 2011 18:01:30 +0200 Message-ID: <87vcvfjt45.fsf@wanadoo.es> References: <87wrfwrxiu.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309969320 6976 80.91.229.12 (6 Jul 2011 16:22:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 16:22:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 18:21:57 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QeUrL-0005qz-S4 for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 18:21:55 +0200 Original-Received: from localhost ([::1]:59668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUrK-0001SE-Hz for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 12:21:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUXx-0004cZ-Uq for emacs-devel@gnu.org; Wed, 06 Jul 2011 12:01:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeUXs-0002HW-A7 for emacs-devel@gnu.org; Wed, 06 Jul 2011 12:01:53 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUXr-0002HP-VM for emacs-devel@gnu.org; Wed, 06 Jul 2011 12:01:48 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QeUXl-00045S-Sh for emacs-devel@gnu.org; Wed, 06 Jul 2011 18:01:41 +0200 Original-Received: from 92.red-83-59-2.dynamicip.rima-tde.net ([83.59.2.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 18:01:41 +0200 Original-Received: from ofv by 92.red-83-59-2.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 18:01:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 92.red-83-59-2.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:zav6kcmUHg19mQToC4CVrGijv4g= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141661 Archived-At: Lars Magne Ingebrigtsen writes: > You have an SMTP server that accepts AUTH over a plain network > connection? I didn't know any of those existed, but I've now checked in > a change to network-stream that should allow that combination of > features. It works. Thanks again.