Summary
This document shows you how to edit the greeting message of the child IMSVA device.
Details
The parent device greeting message can be edited in the web console. Since the child device web user interface is not available, you have to manually edit its configuration files.
To ensure that the changes you make in the greeting message will not be rolled back when IMSVA is synced:
- Open the IMSVA Command Shell of the child device.
- Go to the /opt/trend/imss/config folder.
- Open the imss.ini file with a text editor.
- On the Search field, type “detach_key_postfix=” and change it to “detach_key_postfix=smtpd_banner”.
- Save the changes and close the file using the command:
# ZZ
- Reload the manager using the command:
# S99MANAGER reload
To modify the greeting message:
- Open the IMSVA Command Shell of the child device.
- Go to the /opt/trend/imss/postfix/etc/postix folder using the command:
# cd /opt/trend/imss/postfix/etc/postix
- Open the main.cf file using the command:
# vi main.cf
- Search for the smtpd_banner using the command:
# /smtpd_banner
- Change the text with the greeting message that you intend to use.
- Save the changes and close the window using the command:
# ZZ