From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: GnuTLS SMTP Error Date: Fri, 29 Jan 2016 01:46:38 +0000 Message-ID: <87bn85b1j5.fsf@robertthorpeconsulting.com> References: <20160128112805.330c0660@asaru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454032030 29898 80.91.229.3 (29 Jan 2016 01:47:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2016 01:47:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Florian Lindner Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 29 02:46:59 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aOy9K-0000iy-Th for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jan 2016 02:46:59 +0100 Original-Received: from localhost ([::1]:59344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOy9K-0001Iy-5e for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jan 2016 20:46:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOy99-0001Is-Qw for help-gnu-emacs@gnu.org; Thu, 28 Jan 2016 20:46:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOy96-0008Hh-Hd for help-gnu-emacs@gnu.org; Thu, 28 Jan 2016 20:46:47 -0500 Original-Received: from outbound-smtp01.blacknight.com ([81.17.249.7]:52838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOy96-0008HN-Ax for help-gnu-emacs@gnu.org; Thu, 28 Jan 2016 20:46:44 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp01.blacknight.com (Postfix) with ESMTPS id 3880DC003F for ; Fri, 29 Jan 2016 01:46:40 +0000 (UTC) Original-Received: (qmail 30476 invoked from network); 29 Jan 2016 01:46:40 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[86.167.171.246]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 29 Jan 2016 01:46:40 -0000 In-Reply-To: <20160128112805.330c0660@asaru> (message from Florian Lindner on Thu, 28 Jan 2016 11:28:05 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.7 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108903 Archived-At: Florian Lindner writes: > Hello, > > I'm trying to send mail: > > Sending via mail... > gnutls.c: [0] (Emacs) fatal error: Ein unerwartetes TLS-Paket wurde > empfangen. gnutls.el: (err=[-15] Ein unerwartetes TLS-Paket wurde > empfangen.) boot: (:priority NORMAL :hostname > ipvsmail.informatik.uni-stuttgart.de :loglevel 0 :min-prime-bits > 256 :trustfiles (/etc/ssl/certs/ca-certificates.crt) :crlfiles > nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil) > > gnutls-negotiate: GnuTLS error: #>, -15 Could you check if mail works unencrypted first? That could help narrow down the problem. Of course, sometimes these days SMTP servers don't support that. BR, Robert Thorpe