Views:

These issues occur because of deferred mails, thus failing consistently with timeout or lost connection.

To resolve the issue, do any of the following:

Solution 1

  1. Open the sysctl.conf file using this command:

    # vi /etc/sysctl.conf

  2. Look for the "tcp_window_scaling=1" parameter and set its value to "0".
  3. Type in ":wq!".
     
    Do not include the quotation marks.
  4. Reboot the box by executing:

    #reboot

If you use postfix running on Linux and if you try to telnet the above host on port 25, the connection is made, but the remote mail server does not send its 220 messages upon connection.

The following option will revert back once your reboot the system:

Run the following commands:

# echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
# sysctl -p

Solution 2

This issue is caused by "fixup protocol smtp" in some Cisco firewalls. The Cisco PIX firewall has a bug when running software older than version 5.2(4) or 6.0(1).

The "fixup protocol smtp" feature does not correctly handle the case where the "." and the "CRLF" at the end of the mail are sent in separate packets.

This makes users wonder how one recognizes a mailer behind a Cisco PIX with the "fixtool protocol smtp" enabled.

As of version 5.1 and later, the fixup protocol smpt command changes the characters in the SMTP banner to asterisks, except for "2", "0" and "0 SPACE" characters.

When you connect to a mailer behind such a filter, you see something like below:

220 **************************************0******0*********20 ****200**0*********0*00

If the issue persists, collect the following and send them to Trend Micro Technical Support:

  • Packet capture dump
  • Mail log
  • Output of "postconf -n"