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.
hostname (config) # write memory Saving configuration file ... Done!
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
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
If
OCR enabledis set tono, enable image password extraction on the appliance:hostname (config) # analysis password-extraction ocr enable
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
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
If
OCR enabledis set toyes, disable image password extraction on the appliance as follows:hostname (config) # no analysis password-extraction ocr enable
Save your changes.