The following substitutions can be used here. They will be replaced with the
actual values from the domain when the template is used :<p>
<table>
<tr> <td><tt><b>${DOM}</b></td>
<td>The domain name, such as <tt>foo.com</tt></td> </tr>
<tr> <td><tt><b>${USER}</b></td>
<td>The server's administration login, such as <tt>foo</tt></td> </tr>
<tr> <td><tt><b>${HOME}</b></td>
<td>The server's home directory, like <tt>/home/foo</tt></td> </tr>
<tr> <td><tt><b>${EMAILTO}</b></td>
<td>The virtual server's contact email address</td> </tr>
</table>
In addition, conditional blocks like <i>${IF-MAIL}...${ENDIF-MAIL}</i> and <i>${IF-WEB}...${ELSE-WEB}...{$ENDIF-WEB}</i> may be used.<p>