cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2253
Views
0
Helpful
1
Replies

why cisco firewall course exchange mail error?

yayasolenet
Level 1
Level 1

Followed the instruction below, it fixed bounce back mail issue. Why cisco firewall cause this problem?

Diagnostic information for administrators:

Generating server: <local Exchange server FQDN>

xxx.yyy@domain
<remote SMTP server FQDN> #500 Firewall Error ##

CAUSE: The Cisco firewall has a configuration entry like the following (it may have additional parameters specified after <inspection-list-name> in addition to esmtp):

ip inspect name <inspection-list-name> esmtp

This problem occurs because of incompatibilities or restrictions caused by the Cisco firewall configuration. It is more likely to occur if you are sending an email to multiple recipients or using a distribution list in Exchange.

FIX: Disable this entry in the Cisco firewall configuration by inserting the word “no” at the beginning of the line as shown, so that it should now read something like

no ip inspect name <inspection-list-name> esmtp

1 Reply 1

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

The SMTP inspection is used to protect the SMTP server from any attacks. It will ensure that only certain commands are issued to the server and the commands issued are in proper syntax. If the client server is a legacy system, some of the commands used by the client server may not be compatible with the ESMTP inspection causing break in the communication. Here is a detailed explanation of the ESMTP inspection functionality.

http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/i2.html#wp1742723

Hope this helps.

Regards,

NT