From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Can't send e-mail via `smtpmail' Date: Mon, 13 Jul 2015 15:29:17 +0200 Message-ID: References: <83wpy589dg.fsf@gnu.org> <83si8t87tc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1436794188 10472 80.91.229.3 (13 Jul 2015 13:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2015 13:29:48 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 13 15:29:44 2015 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 1ZEdni-0000Tf-Iq for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 15:29:42 +0200 Original-Received: from localhost ([::1]:54870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdnh-0006l5-HP for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 09:29:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdnQ-0006ik-2J for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:29:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEdnO-0003vk-Nq for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:29:23 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:35151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdnK-0003tg-MW; Mon, 13 Jul 2015 09:29:18 -0400 Original-Received: by lahh5 with SMTP id h5so16422269lah.2; Mon, 13 Jul 2015 06:29:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+sHWPfOixKhSWu9s01vgXDCpds9P1Lqk+bimNBjU1Jc=; b=pyTbThTqPYf5mUlZhod32xpueA2u4/9ekC2sHBiOzk8otM01hd/2EigMxGOWfLFOkg Z+Ur6fGDPKSeDxKZDo5DoDvQ+zj6BrgFxgQSj6cqSpNycYpN9noxls/UwNdDKO7WHSio 6gUdZFtZl10N8lcqPleriMrTHxdg6oMpPIi/GFGtoxr+6HbkCsU0OBxoM6ftdLzMyzxX w/8xqynWh+alFcwz3GBMrOJBGqXaBJ5B9PtC5tXXSROmhqZC4Rl5X1nGBV1NmgslYD65 /PPi8OPengcWonGerk+FYBg3DhtfburZP3Gfl+DTwIPsIWPOSK7IJSeY98rh8dQ36Lsu WL1A== X-Received: by 10.152.4.163 with SMTP id l3mr32898042lal.35.1436794157633; Mon, 13 Jul 2015 06:29:17 -0700 (PDT) Original-Received: by 10.112.46.165 with HTTP; Mon, 13 Jul 2015 06:29:17 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:105681 Archived-At: >> I've tried `edebug-defun' on `smtpmail-send-it' and it throws me there >> every time I try to send a message, so it must happen after that. In >> any case, `smtpmail' debug facilities didn't provide any info (the >> trace buffer is empty). What do we do now? > > I've just tried Gmail's SMTP and it worked, so the problem should have > something to do with this other server that I'm trying to use. > Interesting... it's actually from Gandi > . As I said, IMAP > with them works but SMTP does not... Tried with the 'gnutls-cli': $ gnutls-cli --verbose --starttls --tofu -p 587 mail.gandi.net Processed 161 CA certificate(s). Resolving 'mail.gandi.net'... Connecting to '217.70.184.11:587'... Connecting to '2001:4b98:c:521::11:587'... Could not connect to 2001:4b98:c:521::11:587: Connection refused How's that possible?