- Nagios - Switch Interface Traffic
- How To - Linux Server Performance
- Notes - Building New ESXi Host for iSCSI with Jumbo Frames
- Microsoft Office Version Numbers (XP, 2003, 2007, 2010)
- ESXi Custom Welcome Screen Text
- PHP - Read Data from a CSV file
- PHP - Input Variables from URL
- Fix - WMI Error EventID 10
- Fix - EventID 4007 DNS Server Error
- FIX - CHECK_ESX3.PL Script
ASA prevent TLS SMTP connections
We deployed new Cisco ASA firewalls to upgrade/replace some very old firewalls. Everything went pretty well with a few exceptions. The biggest issue was that the Exchange server was unable to send outbound emails. A STARTTLS error was shown in the logs. Turns out it was the inspection map blocking the connections.
CiscoASA# config t CiscoASA(config)# policy-map global_policy CiscoASA(config-pmap)# class inspection_default CiscoASA(config-pmap-c)# no inspect esmtp CiscoASA(config-pmap-c)# exit CiscoASA(config-pmap)# exit CiscoASA(config)# exit CiscoASA# wr me
End of story. Simple, quick, silly little thing
- MWalker's blog
- Login to post comments
-
