• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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