Sun Java System Messaging Server 6 2005Q4 Administration Guide

ProcedureTo Create a New User Greeting with Console

Steps
  1. In Console, open the Messaging Server whose new-user greeting you want to configure.

  2. Click the Configuration tab. If the server’s icon in the left pane is not already highlighted, select it.

  3. Click the Miscellaneous tab in the right pane.

  4. Create a new-user greeting or make changes, as needed.

    You must format the greeting as an email message, with a header (containing at least a subject line), then a blank line, then the message body.

    When you create a message, specify its language with the drop-down list above the message field. You can create several messages in several languages, if desired.

  5. Click Save.

    Command Line: To create a new-user greeting by using the command line:

    configutil -o gen.newuserforms -v Message

    Where Message must contain a header (with at least a subject line), followed by $$, then the message body. The $ represents a new line.

    For example, to enable this parameter, you can set the following configuration variables:

    configutil -o gen.newuserforms -v ’Subject: Welcome!! $$ Sesta.com welcomes you to the premier internet experience in Dafandzadgad!

    Depending on the shell that you are using, it might be necessary to append a special character before $ to escape the special meaning of $. ($ is often the escape character for the shell.)