Getting connection timed out
Hello everybody,
for a couple of days I have been seeing several lines calling these on /var/log/mail.log
May 22 18:22:57 glugct postfix/qmgr[21205]: 0ACE641C1B: from=<lug-bounces@catania.linux.it>, size=3698, nrcpt=9 (queue active) May 22 18:23:06 glugct postfix/qmgr[27175]: 0ACE641C1B: from=<lug-bounces@catania.linux.it>, size=3698, nrcpt=9 (queue active) May 22 18:23:36 glugct postfix/smtp[27177]: 0ACE641C1B: to=<myaddress@simail.it>, relay=none, delay=55152, delays=55122/0.07/30/0, dsn=4.4.1, status=deferred (connect to mail.simail.it[217.27.113.30]:25: Connection timed out) May 22 19:33:06 glugct postfix/qmgr[27175]: 0ACE641C1B: from=<lug-bounces@catania.linux.it>, size=3698, nrcpt=9 (queue active) May 22 19:33:36 glugct postfix/smtp[28757]: 0ACE641C1B: to=<myaddress@simail.it>, relay=none, delay=59352, delays=59322/0.04/30/0, dsn=4.4.1, status=deferred (connect to mail.simail.it[217.27.113.30]:25: Connection timed out)
May 22 18:33:06 glugct postfix/qmgr[27175]: 955D241C15: from=<direttivo-bounces@catania.linux.it>, size=11026, nrcpt=3 (queue active) May 22 18:33:36 glugct postfix/smtp[27474]: 955D241C15: to=<myaddress@simail.it>, relay=none, delay=124379, delays=124349/0.02/30/0, dsn=4.4.1, status=deferred (connect to mail.simail.it[217.27.113.30]:25: Connection timed out) May 22 19:43:06 glugct postfix/qmgr[27175]: 955D241C15: from=<direttivo-bounces@catania.linux.it>, size=11026, nrcpt=3 (queue active) May 22 19:43:36 glugct postfix/smtp[28975]: 955D241C15: to=<myaddress@simail.it>, relay=none, delay=128579, delays=128549/0.04/30/0, dsn=4.4.1, status=deferred (connect to mail.simail.it[217.27.113.30]:25: Connection timed out)
But always on a single email address.What could it depend on?Probable that the mail.simail.it server is blacklisted?
Thank you in advanc
-- blackout69
On 5/22/21 11:29 AM, blackout69 wrote:
Hello everybody,
for a couple of days I have been seeing several lines calling these on /var/log/mail.log
May 22 18:22:57 glugct postfix/qmgr[21205]: 0ACE641C1B: from=<lug-bounces@catania.linux.it>, size=3698, nrcpt=9 (queue active) May 22 18:23:06 glugct postfix/qmgr[27175]: 0ACE641C1B: from=<lug-bounces@catania.linux.it>, size=3698, nrcpt=9 (queue active) May 22 18:23:36 glugct postfix/smtp[27177]: 0ACE641C1B: to=<myaddress@simail.it>, relay=none, delay=55152, delays=55122/0.07/30/0, dsn=4.4.1, status=deferred (connect to mail.simail.it[217.27.113.30]:25: Connection timed out) ... But always on a single email address.What could it depend on?Probable that the mail.simail.it server is blacklisted?
It's probably not blacklisting. It's not getting that far. Your glugct
is attempting to connect to port 25 at mail.simail.it and the connect is
not being answered. Normal blacklisting will not occur until after the
remote MTA answers the connect and determines the IP of the caller. And
in any case, if it is some kind of blacklisting it is your glugct
server that is blacklisted by mail.simail.it.
I just did the following
$ telnet mail.simail.it 25
Trying 217.27.113.30...
Connected to mail.simail.it.
Escape character is '^]'.
220 mail.simail.it ESMTP ready.
quit
221 mail.simail.it closing connection
Connection closed by foreign host.
so it did answer my connect. In any case, this is not a Mailman issue. It is between Postfix on your server and the remote server at mail.simail.it.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Il 22/05/21 23:52, Mark Sapiro ha scritto:
It's probably not blacklisting. It's not getting that far. Your
glugct
is attempting to connect to port 25 at mail.simail.it and the connect is not being answered. Normal blacklisting will not occur until after the remote MTA answers the connect and determines the IP of the caller. And in any case, if it is some kind of blacklisting it is yourglugct
server that is blacklisted by mail.simail.it.I just did the following
$ telnet mail.simail.it 25 Trying 217.27.113.30... Connected to mail.simail.it. Escape character is '^]'. 220 mail.simail.it ESMTP ready. quit 221 mail.simail.it closing connection Connection closed by foreign host.
so it did answer my connect. In any case, this is not a Mailman issue. It is between Postfix on your server and the remote server at mail.simail.it. Thanks Mark for the reply, I had already checked with the telnet command on port 25 and everything is fine. The suspicion of the blacklist came to me, but now, after checking https://mxtoolbox.com/blacklists.aspx I saw that the mail.simail.it server is in the SORBS SPAM blacklist. Because my lists work fine on any other mailing address. I also checked my email server reputation at https://www.mail-tester.com and I get 10/10 Apparently it doesn't depend on my postfix server.
In this case, what strategy do you recommend?
Thank you
-- blackout69
On 5/22/21 3:34 PM, blackout69 wrote:
I had already checked with the telnet command on port 25 and everything is fine.
Can you successfully telnet to port 25 on mail.simail.it from the Mailman server?
In this case, what strategy do you recommend?
If you can connect (via telnet) to port 25 on mail.simail.it from the Mailman server, then I'd suggest stopping and restarting Postfix.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Il 23/05/21 01:21, Mark Sapiro ha scritto:
Can you successfully telnet to port 25 on mail.simail.it from the Mailman server? No If you can connect (via telnet) to port 25 on mail.simail.it from the Mailman server, then I'd suggest stopping and restarting Postfix.
if i try from the mail server i get
telnet mail.simail.it 25 Trying 217.27.113.30... telnet: Unable to connect to remote host: Connection timed out
while if I try from my computer
telnet mail.simail.it 25 Trying 217.27.113.30... Connected to mail.simail.it. Escape character is '^]'. 220 mail.simail.it ESMTP ready. quit 221 mail.simail.it closing connection Connection closed by foreign host.
-- blackout69
blackout69 writes:
Il 23/05/21 01:21, Mark Sapiro ha scritto:
Can you successfully telnet to port 25 on mail.simail.it from the Mailman server? No If you can connect (via telnet) to port 25 on mail.simail.it from the Mailman server, then I'd suggest stopping and restarting Postfix.
if i try from the mail server i get
telnet mail.simail.it 25 Trying 217.27.113.30... telnet: Unable to connect to remote host: Connection timed out
mail.simail.it is ignoring your mail server. This is not a Mailman problem.
- Check to see if that server has a stated policy for "abusive" mail and some way of getting back in their good graces.
- Check if your mail server is in the RBLs. Some of them are very aggressive about adding IPs and domains.
- Try writing the postmaster at mail.simail.it.
- Ask your subscriber(s) at mail.simail.it to write their postmaster.
Steve
"Stephen" == Stephen J Turnbull <turnbull.stephen.fw@u.tsukuba.ac.jp> writes:
Stephen> blackout69 writes:
If you can connect (via telnet) to port 25 on mail.simail.it from
Il 23/05/21 01:21, Mark Sapiro ha scritto: > Can you successfully telnet to port 25 on mail.simail.it from the > Mailman server? No the > Mailman server, then I'd suggest stopping and restarting Postfix.
if i try from the mail server i get
telnet mail.simail.it 25 Trying 217.27.113.30... telnet: Unable to connect to remote host: Connection timed out
Stephen> mail.simail.it is ignoring your mail server. This is not a Stephen> Mailman problem. 1. Check to see if that server has a Stephen> stated policy for "abusive" mail and some way of getting back Stephen> in their good graces. 2. Check if your mail server is in Stephen> the RBLs. Some of them are very aggressive about adding IPs Stephen> and domains. 3. Try writing the postmaster at Stephen> mail.simail.it. 4. Ask your subscriber(s) at mail.simail.it Stephen> to write their postmaster.
Also check your firewall rules. Outgoing port 25 is usually blocked by ISPs unless you explicitly ask for it not to be.
Peter C
peter@chubb.wattle.id.au writes:
Also check your firewall rules.
This is a good idea, although it seems unlikely in this case.
Outgoing port 25 is usually blocked by ISPs unless you explicitly ask for it not to be.
I don't think this is likely because the OP did say it seems to be only this one host, and ISPs generally block generically.
Steve
Il 23/05/21 03:06, peter@chubb.wattle.id.au ha scritto:
Also check your firewall rules. Outgoing port 25 is usually blocked by ISPs unless you explicitly ask for it not to be. Thanks Peter for your reply,
i checked my firewall rules and everything is ok. The problem occurs only for @ simail.it subscribers, all the others receive messages from the lists correctly.
--
blackout69
Il 23/05/21 02:39, Stephen J. Turnbull ha scritto:
mail.simail.it is ignoring your mail server. This is not a Mailman problem.
- Check to see if that server has a stated policy for "abusive" mail and some way of getting back in their good graces.
- Check if your mail server is in the RBLs. Some of them are very aggressive about adding IPs and domains.
- Try writing the postmaster at mail.simail.it.
- Ask your subscriber(s) at mail.simail.it to write their postmaster.
Thanks Steve for the clarification, I wrote to postmaster@simail.it to ask them if we are in their blacklist and eventually return to the whitelist.
--
blackout69
Il 23/05/21 10:25, blackout69 ha scritto:
Thanks Steve for the clarification, I wrote to postmaster@simail.it to ask them if we are in their blacklist and eventually return to the whitelist. Update... After writing to postmaster@simail.it, today I was contacted by the technical assistance of mail.simail.it The problem was caused by them. For some reason our server mail.catania.linux.it was in their blacklist. From today we are back in the whitelist :) Thanks again for the advice.
-- blackout69
blackout69 writes:
After writing to postmaster@simail.it, today I was contacted by the technical assistance of mail.simail.it From today we are back in the whitelist :)
Great! I'm glad we could be of help. Thank you for the update. It's always nice to hear about the successes, and I guess we can add simail to the "good guys or at least responsive" list. :-)
The problem was caused by them. For some reason our server mail.catania.linux.it was in their blacklist.
That happens, even if you do everything right. I think you are doing everything right, so don't worry. And if you happen to have a similar problem, or a colleague or friend does, now you know how to deal with (even though it's still annoying.
Regards, Steve
participants (4)
-
blackout69
-
Mark Sapiro
-
peter@chubb.wattle.id.au
-
Stephen J. Turnbull