40 lines
986 B
XML
40 lines
986 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
<template>
|
|
<title>Sendmail Virtual Domain</title>
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
<icon>images/mail.png</icon>
|
|
<description>New Sendmail Domain</description>
|
|
<askcontainer>1</askcontainer>
|
|
<rdn>sendmailMTACluster</rdn>
|
|
<visible>1</visible>
|
|
|
|
<objectClasses>
|
|
<objectClass id="sendmailMTAClass"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="sendmailMTACluster">
|
|
<display>Sendmail Cluster Name</display>
|
|
<icon>images/object.png</icon>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="sendmailMTAHost">
|
|
<display>Sendmail Hostname</display>
|
|
<hint>Leave Blank</hint>
|
|
<order>2</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="sendmailMTAClassValue">
|
|
<display>Email domain</display>
|
|
<order>3</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="sendmailMTAClassName">
|
|
<hidden>1</hidden>
|
|
<value>VirtHost</value>
|
|
</attribute>
|
|
</attributes>
|
|
</template>
|