Creating a Separate Message for Each Domain

To create a separate message for each domain

  1. Use any Telnet or SSH client to access your server and log on as any user.
  2. Type su - to assume root user privileges.
  3. Create the file /home/virtual/<domain_name>/etc/motd with the message of the day, where <domain_name> is the name of the domain for which you want the message of the day to be displayed.
  4. Change the ownership of the file, motd, to the Site Administrator and group using chown and then set the permissions to 0644. The Site Administrator cannot create or delete this file but can edit it. If you do not want the Site Administrator to change this file, set the ownership to root.