• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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