From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11271 Path: news.gmane.org!not-for-mail From: Felix Natter Newsgroups: gmane.emacs.gnus.user Subject: Re: smtpmail.el: Problem with STARTTLS + Authentication Date: Sat, 02 Aug 2008 22:22:49 +0200 Message-ID: <87zlnvgo9y.fsf@etchy.mobile.lcn> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217708569 10606 80.91.229.12 (2 Aug 2008 20:22:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2008 20:22:49 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Aug 02 22:23:39 2008 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.50) id 1KPNdZ-0002qA-Ay for gegu-info-gnus-english@m.gmane.org; Sat, 02 Aug 2008 22:23:37 +0200 Original-Received: from localhost ([127.0.0.1]:49397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPNce-0007aj-C4 for gegu-info-gnus-english@m.gmane.org; Sat, 02 Aug 2008 16:22:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPNcc-0007aN-SK for info-gnus-english@gnu.org; Sat, 02 Aug 2008 16:22:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPNcb-0007Zr-CY for info-gnus-english@gnu.org; Sat, 02 Aug 2008 16:22:38 -0400 Original-Received: from [199.232.76.173] (port=48458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPNcb-0007Zo-8w for info-gnus-english@gnu.org; Sat, 02 Aug 2008 16:22:37 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:35038 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KPNca-0002LT-UC for info-gnus-english@gnu.org; Sat, 02 Aug 2008 16:22:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KPNcU-0003Wc-VW for info-gnus-english@gnu.org; Sat, 02 Aug 2008 20:22:30 +0000 Original-Received: from pd9e86e09.dip.t-dialin.net ([217.232.110.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Aug 2008 20:22:30 +0000 Original-Received: from felix.natter by pd9e86e09.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Aug 2008 20:22:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd9e86e09.dip.t-dialin.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:FwwvMJpCxqCom0NrcbMjymwjC5c= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:11271 Archived-At: zakame@zakame.net (Zak B. Elep) writes: > Felix Natter writes: > >> 250 2.1.0 ... Sender ok >> 550 5.7.1 ... Relaying denied. Proper authentication required. >> 221 2.0.0 ux-2s14.inf.fh-bonn-rhein-sieg.de closing connection >> smtpmail-send-it: Sending failed; SMTP protocol error >> >> gnutls-cli is installed. > > From the original mail, you set smtpmail-smtp-server, but did not set > smtpmail-smtp-service. Since you're using the submission port 587 (as > seen in your smtpmail-*-credentials) I think you're currently connecting > to the SMTP on the regular port. Try setting smtpmail-smtp-service to > 587. That fixed it! thanks a lot! -- Felix Natter