phpldapadmin: Upgrade configuration to 1.2.0.5.
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / sendmailMTAMapObject.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 Relays</description>
11 <icon>mail.png</icon>
12 <invalid>1</invalid>
13 <rdn>sendmailMTACluster</rdn>
14 <!--<regexp>^ou=People,o=.*,</regexp>-->
15 <title>Sendmail: Relays</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>Host/Network/Address</display>
37         <order>3</order>
38         <page>1</page>
39         <type>select</type>
40         <value id="RELAY">RELAY: Allow host/network/address to relay</value>
41         <value id="OK">OK: Accept local mail but disallow relay</value>
42         <value id="REJECT">REJECT: Reject messages</value>
43         <value id="DISCARD">DISCARD: Discard messages</value>
44         <value id="SKIP">SKIP: Apply default action to messages</value>
45         <value id="ERROR">ERROR: Reject message with custom error</value>
46 </attribute>
47 <attribute id="sendmailMTAMapName">
48         <hidden>1</hidden>
49         <value>access</value>
50 </attribute>
51 </attributes>
52
53 </template>