54 lines
1.5 KiB
XML
54 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
|
|
<!--This template doesnt does not appear to be correct. If it is correct, or if
|
|
you have modifications to make it correct, then let us know, and we'll
|
|
update and enable it.-->
|
|
|
|
<template>
|
|
<askcontainer>1</askcontainer>
|
|
<description>New Sendmail Relays</description>
|
|
<icon>mail.png</icon>
|
|
<invalid>1</invalid>
|
|
<rdn>sendmailMTACluster</rdn>
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
<title>Sendmail: Relays</title>
|
|
<visible>1</visible>
|
|
|
|
<objectClasses>
|
|
<objectClass id="sendmailMTAMapObject"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="sendmailMTACluster">
|
|
<display>Sendmail Cluster Name</display>
|
|
<icon>ldap-default.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>
|
|
<type>select</type>
|
|
<value id="RELAY">RELAY: Allow host/network/address to relay</value>
|
|
<value id="OK">OK: Accept local mail but disallow relay</value>
|
|
<value id="REJECT">REJECT: Reject messages</value>
|
|
<value id="DISCARD">DISCARD: Discard messages</value>
|
|
<value id="SKIP">SKIP: Apply default action to messages</value>
|
|
<value id="ERROR">ERROR: Reject message with custom error</value>
|
|
</attribute>
|
|
<attribute id="sendmailMTAMapName">
|
|
<hidden>1</hidden>
|
|
<value>access</value>
|
|
</attribute>
|
|
</attributes>
|
|
|
|
</template>
|