Re: Updating mailing list address timeout

Barry Fishman <[email protected]> Mon, 07 Aug 2023 11:35:44 -0400
Newsgroups gmane.discuss
Message-ID <[email protected]>
On 2023-08-07 16:38:25 +02, Lars Ingebrigtsen wrote:
> Barry Fishman <[email protected]> writes:
>
>> When trying to re-register gmane.org.user-group.golug with a new
>> mailing address of [email protected], it fails with a timeout error.
>>
>> It seems that Exim (the MTA) intentionally throttles smtp (port 25)
>> connections but wants SMARTTLS connections on submission (587).
>>
>> Is it possible for gmane to accept another port?
>
> I'm not sure what you're referring to -- Exim doesn't (by default)
> throttle anything.
>
> If you're talking about the gmane.io submission page, it will try to
> test the existence of your mail address and the mailing list address via
> SMTP.

The Exim setup on golug.org's site which has a very vanilla setup does
seem to be very slow to respond to connections on port 25.  However it
does respond back quickly on port 587.  Whether this is Exim or
golug.org's ISP, I don't know.

Since gmane.io's submission page tests for port SMTP, it is getting a
very slow response back to it is timing out, and failing to connect.
However, on port 587, golug.org responses back quickly with:

--8<---------------cut here---------------start------------->8---
$ telnet golug.org 587
Trying 144.208.125.134...
Connected to golug.org.
Escape character is '^]'.
220-nj-s5.serverpanel.net ESMTP Exim 4.96 #2 Mon, 07 Aug 2023 10:55:14 -0400 
220-We do not authorize the use of this system to transport unsolicited, 
220 and/or bulk e-mail.
quit
221 nj-s5.serverpanel.net closing connection
Connection closed by foreign host.
--8<---------------cut here---------------end--------------->8---

I was just asking if you could also try port 587 when validating the
mailing list.  With the increased use of network security, I think
more sites prefer 587.  I'm not sure how you do your forwarding of NNTP
submissions.  If you don't do ESMTP I guess I am out of luck.
-- 
Barry Fishman