all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Shukaev <haroogan@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Can't send e-mail via `smtpmail'
Date: Tue, 14 Jul 2015 22:40:37 +0200	[thread overview]
Message-ID: <CAKu-7Wx9DYU8ijCPNxmLxCD4bp9TrWuABCs1YzysXtfF00Kzng@mail.gmail.com> (raw)
In-Reply-To: <831tgc821n.fsf@gnu.org>

>> Date: Mon, 13 Jul 2015 19:09:01 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>>
>> > 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
>                          ^^^^^^^^^^^^^^^^^^^
> Btw, the above is an IPv6 address, whereas my port of GnuTLS only
> supports IPv4.  Maybe that's the problem here.  (I know nothing about
> these issues.)
>
It's amazing...  Today I'm in another city.  I didn't change anything
in my configuration, only the internet end-point from where I send
e-mails, and now it works:

$ 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'...

- Simple Client Mode:

- Received[40]: 220 relay.mail.gandi.net ESMTP Postfix
EHLO
- Sent: 5 bytes
- Received[27]: 501 Syntax: EHLO hostname
QUIT
- Sent: 5 bytes
- Received[15]: 221 2.0.0 Bye
- Peer has closed the GnuTLS connection

Similarly, sending with `smtpmail' works as well.  Kek, how come?
Something wrong with DNS at the previous place?



  reply	other threads:[~2015-07-14 20:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-12 17:41 Can't send e-mail via `smtpmail' Alexander Shukaev
2015-07-12 18:15 ` Eli Zaretskii
2015-07-12 18:49   ` Alexander Shukaev
2015-07-12 18:18 ` Vaidheeswaran C
2015-07-12 18:53   ` Alexander Shukaev
2015-07-12 18:59     ` Alexander Shukaev
2015-07-12 19:27       ` Eli Zaretskii
2015-07-12 19:55         ` Alexander Shukaev
2015-07-12 20:00           ` Eli Zaretskii
2015-07-13 11:27             ` Alexander Shukaev
2015-07-13 13:13               ` Alexander Shukaev
2015-07-13 13:29                 ` Alexander Shukaev
2015-07-13 15:31                   ` Eli Zaretskii
2015-07-13 16:09                   ` Eli Zaretskii
2015-07-13 16:17                     ` Eli Zaretskii
2015-07-14 20:40                       ` Alexander Shukaev [this message]
2015-07-15  3:56                         ` Yuri Khan
2015-07-19  0:37                         ` Robert Thorpe
2015-07-13 14:57               ` Eli Zaretskii
2015-07-13 15:29                 ` Alexander Shukaev
2015-07-13 15:35                   ` Eli Zaretskii
     [not found]                     ` <CAKu-7WyLJK4etswZndGKc64ZCpXu6Ay0H0-k2morCrU7CSpbSQ@mail.gmail.com>
2015-07-13 16:00                       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKu-7Wx9DYU8ijCPNxmLxCD4bp9TrWuABCs1YzysXtfF00Kzng@mail.gmail.com \
    --to=haroogan@gmail.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.