6438dbf6ca2c8eb22322a20856b3e3fa3da1a506
[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 <!--This template doesnt work needs modification to the Engine.-->
4 <template>
5 <title>Sendmail Relays</title>
6 <!--<regexp>^ou=People,o=.*,</regexp>-->
7 <icon>images/mail.png</icon>
8 <description>New Sendmail Relays</description>
9 <askcontainer>1</askcontainer>
10 <rdn>sendmailMTACluster</rdn>
11 <visible>1</visible>
12
13 <objectClasses>
14 <objectClass id="sendmailMTAClass"></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>Host/Network/Address</display>
32         <option>RELAY: Allow host/network/address to relay</option>
33         <option>OK: Accept local mail but disallow relay</option>
34         <option>REJECT: Reject messages</option>
35         <option>DISCARD: Discard messages</option>
36         <option>SKIP: Apply default action to messages</option>
37         <option>ERROR: Reject message with custom error</option>
38         <order>3</order>
39         <page>1</page>
40 </attribute>
41 <attribute id="sendmailMTAMapName">
42         <value>access</value>
43         <hidden>1</hidden>
44 </attribute>
45 </attributes>
46 </template>