Sun Java Communications Suite 5 Schema Reference

mailDomainWelcomeMessage

Origin

Messaging Server 6.0

Syntax

cis, single-valued

Object Classes

mailDomain

Definition

Welcome message sent to new users added to this domain. The message must contain a header and a message body. The message header must contain at least a subject line. The header and body are separated by a blank line. Enter the mail-domain welcome message on a single line. You must use a $ (dollar sign) to represent a new line. To indicate a blank line, use $$ (two dollar signs).

You can use the following variables in the mail-domain welcome message:

[ID] The userid (message store user ID).

[URL] The url location specified with the configutil parameter, gen.accounturl. You can configure this parameter to point the user to, for example, the url of the administrative interface where the user can customize the client configuration.

Example

The following example would be entered on a single line, even though it appears on this page on multiple lines:


mailDomainWelcomeMessage: From: postmaster@siroe.com$Subject: Welcome!$$
Dear [ID],$Welcome to the mail system.$To customize your email preferences, please
go to the following url:$$[URL]$$-postmaster@siroe.com

When the user anne logs in for the first time, the following sample mail-domain welcome message would be displayed (depending on the url configuration):


From: postmaster@siroe.com
Subject: Welcome! 
To: anne@siroe.com
Date: Tue, 7 Nov 2006 10:10:04 -0800
MIME-Version 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Dear anne,
Welcome to the mail system.
To customize your email preferences, please go to the following url:

http://anne@west.siroe.com:8080/bin/user/admin/bin/enduser

-postmaster@siroe.com

OID

2.16.840.1.113730.3.1.765