2dcba42a07ba73d11867dd52e984f2a5e46fc49a
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / sendmailVirtualUser.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3 <template>
4 <title>Sendmail Virtual Users</title>
5 <!--<regexp>^ou=People,o=.*,</regexp>-->
6 <icon>images/mail.png</icon>
7 <description>New Sendmail Virtual User</description>
8 <askcontainer>1</askcontainer>
9 <rdn>sendmailMTAMapObject</rdn>
10 <visible>1</visible>
11 <invalid>1</invalid>
12
13 <objectClasses>
14 <objectClass id="sendmailMTAMapObject"></objectClass>
15 </objectClasses>
16
17 <attributes>
18 <attribute id="sendmailMTACluster">
19         <display>Sendmail Cluster Name</display>
20         <icon>images/object.png</icon>
21         <order>1</order>
22         <page>1</page>
23 </attribute>
24 <attribute id="sendmailMTAHost">
25         <display>Sendmail Hostname</display>
26         <hint>Leave Blank</hint>
27         <order>2</order>
28         <page>1</page>
29 </attribute>
30 <attribute id="sendmailMTAKey">
31         <display>Email alias</display>
32         <hint>use @example.com to map entire domain</hint>
33         <order>3</order>
34         <page>1</page>
35 </attribute>
36 <attribute id="sendmailMTAMapValue">
37         <display>Recipient Addresses</display>
38         <hint>use %1 to map user name port of address</hint>
39         <type>textarea</type>
40         <order>4</order>
41         <page>1</page>
42 </attribute>
43 <attribute id="sendmailMTAMapName">
44         <value>virtuser</value>
45         <hidden>1</hidden>
46 </attribute>
47 </attributes>
48 </template>