49 lines
1.2 KiB
XML
49 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
<template>
|
|
<title>Sendmail Virtual Users</title>
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
<icon>images/mail.png</icon>
|
|
<description>New Sendmail Virtual User</description>
|
|
<askcontainer>1</askcontainer>
|
|
<rdn>sendmailMTAMapObject</rdn>
|
|
<visible>1</visible>
|
|
<invalid>1</invalid>
|
|
|
|
<objectClasses>
|
|
<objectClass id="sendmailMTAMapObject"></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="sendmailMTAKey">
|
|
<display>Email alias</display>
|
|
<hint>use @example.com to map entire domain</hint>
|
|
<order>3</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="sendmailMTAMapValue">
|
|
<display>Recipient Addresses</display>
|
|
<hint>use %1 to map user name port of address</hint>
|
|
<order>4</order>
|
|
<page>1</page>
|
|
<type>textarea</type>
|
|
</attribute>
|
|
<attribute id="sendmailMTAMapName">
|
|
<hidden>1</hidden>
|
|
<value>virtuser</value>
|
|
</attribute>
|
|
</attributes>
|
|
</template>
|