phpldapadmin/templates/sendmailMTAMapObject.xml
2009-06-30 20:26:08 +10:00

47 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<!--This template doesnt work needs modification to the Engine.-->
<template>
<title>Sendmail Relays</title>
<!--<regexp>^ou=People,o=.*,</regexp>-->
<icon>images/mail.png</icon>
<description>New Sendmail Relays</description>
<askcontainer>1</askcontainer>
<rdn>sendmailMTACluster</rdn>
<visible>1</visible>
<objectClasses>
<objectClass id="sendmailMTAClass"></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>Host/Network/Address</display>
<order>3</order>
<page>1</page>
<value>RELAY: Allow host/network/address to relay</value>
<value>OK: Accept local mail but disallow relay</value>
<value>REJECT: Reject messages</value>
<value>DISCARD: Discard messages</value>
<value>SKIP: Apply default action to messages</value>
<value>ERROR: Reject message with custom error</value>
</attribute>
<attribute id="sendmailMTAMapName">
<hidden>1</hidden>
<value>access</value>
</attribute>
</attributes>
</template>