Re: Trying to update address, timeout error

Adam Sjøgren <[email protected]> Tue, 22 Dec 2020 15:03:24 +0100
Newsgroups gmane.discuss
Organization koldfront - analysis & revolution, Copenhagen, Denmark
Message-ID <[email protected]>
Barry writes:

> The mx problem sees to be fixed, but I'm getting the same error.

Unless it's DNS caching waiting to expire, I don't see why it should
now.

Although, if I connect to mail.diypython.us:smtp it does take something
like 20s to respond:

  $ time echo -e "EHLO virgil.koldfront.dk\r\nQUIT\r\n" | nc mail.diypython.us smtp
  220-a2ss29.a2hosting.com ESMTP Exim 4.93 #2 Tue, 22 Dec 2020 08:59:14 -0500 
  220-We do not authorize the use of this system to transport unsolicited, 
  220 and/or bulk e-mail.
  250-a2ss29.a2hosting.com Hello virgil.koldfront.dk [212.237.178.116]
  250-SIZE 52428800
  250-8BITMIME
  250-PIPELINING
  250-AUTH PLAIN LOGIN
  250-STARTTLS
  250 HELP
  221 a2ss29.a2hosting.com closing connection

  real  0m20.253s
  user  0m0.003s
  sys   0m0.006s

I don't know how long the time out Gmane uses is, but 20s is quite long
for an MTA to respond; here is another mail server in comparison:

  $ time echo -e "EHLO virgil.koldfront.dk\r\nQUIT\r\n" | nc barracuda.supercp.com smtp
  220 barracuda.supercp.com ESMTP (fb798854ac0f304316760f28049e111f)
  250-barracuda.supercp.com Hello virgil.koldfront.dk [212.237.178.116], pleased to meet you
  250-SIZE 100000000
  250-STARTTLS
  250-PIPELINING
  250-8BITMIME
  250 HELP
  221 barracuda.supercp.com Goodbye virgil.koldfront.dk, closing connection

  real  0m0.234s
  user  0m0.001s
  sys   0m0.007s


  Best regards,

    Adam

-- 
 "Actually I counted 37 installs/reformats, but I           Adam Sjøgren
  did it. I installed gentoo succesfully with the      [email protected]
  help of this forum, and the use of my brain."