Customizing login message on the End User Quarantine (EUQ) console in InterScan Messaging Security Virtual Appliance (IMSVA)
1 min readSep 29, 2020
InterScan Messaging Security Virtual Appliance
SUMMARY
When you log in to the EUQ console, you see the following login message:
Example: EXAMPLE\test or test@example.com
This example is for an Active Directory (AD), sometimes, customers may use Domino or OpenLdap.
DETAILS
To customize the login message:
- Log in to the IMSVA Linux Shell.
- Stop EUQ service using this command:
- # S99EUQ stop
- Use the following command to open this file:
- # vi /opt/trend/imss/UI/euqUI/ROOT/WEB-INF/classes/imss6Common_(language).properties
- Note: (language) can be changed to en, ja, de, etc.
- Search for “label.acc.example” . Modify its value then save the file.
- Start the EUQ service by executing the following command:
- # S99EUQ start