To resolve the issue, prevent Postfix from automatically adding the FQDN.
- Open the command line interface of the IMSVA logged in as root.
- Go to /opt/trend/imss/etc/postfix.
- Edit main.cf using the "vi main.cf" command.
- Press letter I to insert a text and add the entry "append_to_myorigin = no" anywhere on the main.cf.
- Press ESC and wq!, and then press ENTER to save the changes.
- Restart the Postfix by typing "Postfix Restart", and then press ENTER.
- Send a test email. The "@[imsva server name]" should not appear.