Navigation:  Accounts Menu > Account Settings > New Account Defaults > Mailbox >

Template Macros

Print this Topic Previous pageReturn to chapter overviewNext page

Below is a quick reference to the macros available for automating your account setup.

$DOMAIN$

This variable will resolve to the domain name selected for the account.

$DOMAINIP$

This variable will resolve to the IP associated with the domain currently selected for the account.

$MACHINENAME$

This macro returns the machine name field from the Domain tab of the Default Domain dialog. The macro is now used in the default account information script (NEWUSERHELP.DAT) for new installations.

$USERNAME$

This variable resolves to the full first and last name of the account holder.  This field is equivalent to "$USERFIRSTNAME$ $USERLASTNAME$"

$USERFIRSTNAME$

This variable resolves to the first name of the account holder.

$USERLASTNAME$

This variable resolves to the last name of the account holder.

$USERFIRSTINITIAL$

This variable resolves to the first letter of the account holder's first name.

$USERLASTINITIAL$

This variable resolves to the first letter of the account holder's last name.

$MAILBOX$

This variable resolves to the mailbox name of the current account. The value will also be used as the value of the USER command passed during POP3 mail sessions.

$MAILBOXFIRSTCHARSn$

Where "n" is a number between 1 and 10. This will expand to the first "n" characters of the mailbox name.

See: