01-26-2023 02:29 PM
Hi,
We have an ASA configured as shown in the attached PDF w/topology included. We are using an Exchange email server. We can receive emails, however, outgoing emails seem to just go nowhere. All other traffic seems to pass without issue. What am I missing from our config.
Thanks,
Eddie
Solved! Go to Solution.
01-27-2023 10:03 AM
policy-map type inspect esmtp _default_esmtp_map description Default ESMTP policy-map parameters mask-banner no mail-relay no special-character allow-tls match cmd line length gt 512 drop-connection log match cmd RCPT count gt 100 drop-connection log match body line length gt 998 log match header line length gt 998 drop-connection log match sender-address length gt 320 drop-connection log match MIME filename length gt 255 drop-connection log match ehlo-reply-parameter others mask
I find this policy for SMTP or ESMTP inspection,
try this config.
01-26-2023 02:36 PM
try Disable ESMTP and test
01-26-2023 03:01 PM
Hi BB,
That ESMTP issue has already been fixed in the ASA version I am running. See it in the config i included as:
policy-map type inspect esmtp tls-esmtp
parameters
allow-tls
Thanks for trying though.
Ed
01-26-2023 03:10 PM
I am sure your provider not blocking anything.
ok how about capturing debug and seeing what is the capture shows? and also try packet-tracer.
due to large ACL - I will review and let you now any of my findings.
01-27-2023 10:03 AM
policy-map type inspect esmtp _default_esmtp_map description Default ESMTP policy-map parameters mask-banner no mail-relay no special-character allow-tls match cmd line length gt 512 drop-connection log match cmd RCPT count gt 100 drop-connection log match body line length gt 998 log match header line length gt 998 drop-connection log match sender-address length gt 320 drop-connection log match MIME filename length gt 255 drop-connection log match ehlo-reply-parameter others mask
I find this policy for SMTP or ESMTP inspection,
try this config.
01-28-2023 03:48 PM
I have temporarily removed the esmtp inspection to eliminate it as a possible issue. Still cannot send any emails out. Hope that helps narrow it a bit, so we can concentrate on it being some other issue that has been missed.
Thanks,
Ed
01-28-2023 03:52 PM
have you enabled debug and capture what is wrong?
01-29-2023 01:52 AM
if you run ESTMP with TLS then I think disable the inspection will not work,
try my suggestion above and check again
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide