Enabling or disabling image password extraction using the CLI

Prev Next

Use the commands in this section to enable or disable image password extraction on an appliance. The default value is disabled.

Note

You can enable or disable password extraction using the CLI only.

Prerequisites

  • Administrator or Operator access to the Email Security - Server appliance.

  • An established connection between your Email Security - Server appliance and the Internet.

To enable image password extraction:
hostname (config) # write memory
 Saving configuration file ... Done!
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Check the current settings.

    hostname (config) # show analysis password-extraction
    Password Extraction Configuration
    		Feature enabled                 :    yes
    		Persist submission              :    yes
    		Max timeout                     :    60000 milliseconds
    		Max text body to lookup         :    25600 bytes
    		Candidate max length limit      :    64
    OCR Password Extraction Configuration
    		OCR enabled                     :    no
    		OCR timeout                     :    3000 milliseconds
    		OCR max images                  :    5 files
  3. If OCR enabled is set to no, enable image password extraction on the appliance:

    hostname (config) # analysis password-extraction ocr enable
  4. Save your changes.

To disable image password extraction:
hostname (config) # write memory
 Saving configuration file ... Done!
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Check the current settings.

    hostname (config) # show analysis password-extraction
    Password Extraction Configuration
    		Feature enabled                 :    yes
    		Persist submission              :    yes
    		Max timeout                     :    60000 milliseconds
    		Max text body to lookup         :    25600 bytes
    		Candidate max length limit      :    64
    OCR Password Extraction Configuration
    		OCR enabled                     :    yes
    		OCR timeout                     :    3000 milliseconds
    		OCR max images                  :    5 files
  3. If OCR enabled is set to yes, disable image password extraction on the appliance as follows:

    hostname (config) # no analysis password-extraction ocr enable
  4. Save your changes.