Link to home
Start Free TrialLog in
Avatar of sasapix
sasapixFlag for Italy

asked on

disable inspection rule for SMTP/ESMTP

hello,
in the gui ASDM 6.2 (1) on ASA Version 8.2 (1) I can disable SMTP application inspection ?
or if I have to do it from the CLI which command should I use?
now I have in my configuration:

policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
...
  inspect esmtp
  ....
  inspect tftp
Avatar of Matthew
Matthew
Flag of Slovenia image

conf term
policy-map global_policy
  class inspection_default
no  inspect esmtp
Avatar of sasapix

ASKER

Result of the command: "conf term"

The command has been sent to the device

Result of the command: "policy-map global_policy"

The command has been sent to the device

Result of the command: "class inspection_default"

The command has been sent to the device



Result of the command: "no  inspect esmtp"

no  inspect esmtp
      ^
ERROR: % Invalid input detected at '^' marker.

Result of the command: "no inspect esmtp"

no inspect esmtp
     ^
ERROR: % Invalid input detected at '^' marker.

---
I can not run the last command
ASKER CERTIFIED SOLUTION
Avatar of Matthew
Matthew
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial