Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[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
4 <!--This template doesnt does not appear to be correct. If it is correct, or if
5     you have modifications to make it correct, then let us know, and we'll
6     update and enable it.-->
7
8 <template>
9 <askcontainer>1</askcontainer>
10 <description>New Sendmail Virtual User</description>
11 <icon>mail.png</icon>
12 <invalid>1</invalid>
13 <rdn>sendmailMTAMapObject</rdn>
14 <!--<regexp>^ou=People,o=.*,</regexp>-->
15 <title>Sendmail: Virtual Users</title>
16 <visible>1</visible>
17
18 <objectClasses>
19 <objectClass id="sendmailMTAMapObject"></objectClass>
20 </objectClasses>
21
22 <attributes>
23 <attribute id="sendmailMTACluster">
24         <display>Sendmail Cluster Name</display>
25         <icon>ldap-default.png</icon>
26         <order>1</order>
27         <page>1</page>
28 </attribute>
29 <attribute id="sendmailMTAHost">
30         <display>Sendmail Hostname</display>
31         <hint>Leave Blank</hint>
32         <order>2</order>
33         <page>1</page>
34 </attribute>
35 <attribute id="sendmailMTAKey">
36         <display>Email alias</display>
37         <hint>use @example.com to map entire domain</hint>
38         <order>3</order>
39         <page>1</page>
40 </attribute>
41 <attribute id="sendmailMTAMapValue">
42         <display>Recipient Addresses</display>
43         <hint>use %1 to map user name port of address</hint>
44         <order>4</order>
45         <page>1</page>
46         <type>textarea</type>
47 </attribute>
48 <attribute id="sendmailMTAMapName">
49         <hidden>1</hidden>
50         <value>virtuser</value>
51 </attribute>
52 </attributes>
53
54 </template>