• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Connected_to_< Remote IP >_but_connection_died

C

cosito

Guest
Hello,

if our server is sending large files mail to a spezific host, we got the error "Connected_to_< Remote IP >_but_connection_died" in /var/log/mail.info

Other servers are able to send large emails to this server. I made a tcpdump, without any result.

I don't know what to do.

please help
 
Need help here too.

Did you solve your issue?
I have the same problem sending to some domains.

Need help!!!!

Regards,

Marco Sacramento
 
Yes, you have to enable

ip_contrack_tcp_be_liberal

we did this by creating a file /etc/ppp/ip-up.local with following lines:

#!/bin/bash
echo 1 > /proc/sys/net/ipv4/netfilter/ip_contrackk_tcp_be_liberal

This will enable the option on startup in SuSE 10.0
 
Thanks

Ok. Worked for me.
Also had to change other conntrack settings.

Regards

Marco Sacramento
 
Back
Top