PHP Classes

File: templates/creation/sendmailMTAMapObject.xml

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   templates/creation/sendmailMTAMapObject.xml   Download  
File: templates/creation/sendmailMTAMapObject.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 1,575 bytes
 

Contents

Class file image Download
<?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>