-
Notifications
You must be signed in to change notification settings - Fork 179
Q9609
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
Why do some servers refuse SMTP connections from my Linux box, but accept connections from hosts running other operating systems?
If you are sure this isn't a policy issue (that is, your box isn't administratively blocked for some reason), this may be because your Linux box has ECN (Explicit Congestion Notification) enabled in its TCP/IP stack. There are many broken firewalls that refuse connections from ECN-enabled hosts. You can check the state of your box by running
cat /proc/sys/net/ipv4/tcp_ecn
If the value is "1", you have ECN enabled. You can turn it off by running this command:
echo "0" > /proc/sys/net/ipv4/tcp_ecn
- Exim is mysteriously crashing, usually when forking to send a delivery
- I want to use logrotate which is standard with RH5.2 Linux to rotate
- I'm seeing the message *inetd[334]: imap/tcp server failing (looping),
- I get the too many open files error especially when a lot of messages
- I installed debian 2.2 linux on a small 325mb 486 laptop. When I try to
- I'm having trouble configuring Exim 4 on a Debian system. How does
- I'm having difficulties trying to make Exim 4 with Redhat 9 and Berkeley
- I'm running Exim 3 under Debian, and want to upgrade to Exim 4. How
- Why do some servers refuse SMTP connections from my Linux box, but