help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't send e-mail via `smtpmail'


From: Eli Zaretskii
Subject: Re: Can't send e-mail via `smtpmail'
Date: Mon, 13 Jul 2015 19:09:01 +0300

> Date: Mon, 13 Jul 2015 15:29:17 +0200
> From: Alexander Shukaev <haroogan@gmail.com>
> Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
> 
> 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

Doesn't happen here:

  D:\usr\eli>gnutls-cli --verbose --starttls --tofu -p 587 mail.gandi.net
  Processed 158 CA certificate(s).
  Resolving 'mail.gandi.net'...
  Connecting to '217.70.184.11:587'...

  - Simple Client Mode:

  - Received[40]: 220 relay.mail.gandi.net ESMTP Postfix
  EHLO G75VM
  - Sent: 11 bytes
  - Received[168]: 250-relay6-d.mail.gandi.net
  250-PIPELINING
  250-SIZE 35651584
  250-VRFY
  250-ETRN
  250-STARTTLS
  250-AUTH PLAIN LOGIN
  250-ENHANCEDSTATUSCODES
  250-8BITMIME
  250 DSN
  QUIT
  - Sent: 5 bytes
  - Received[15]: 221 2.0.0 Bye
  - Peer has closed the GnuTLS connection

(The "EHLO" and "QUIT" commands were typed by me.)

So it looks like something is wrong with your connectivity, or maybe
with your port of GnuTLS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]