File: sendmailVirtualUser.xml

package info (click to toggle)
phpldapadmin 1.1.0.5-6%2Blenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,008 kB
  • ctags: 3,949
  • sloc: php: 17,735; xml: 1,532; sh: 388; makefile: 46
file content (48 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<template>
<title>Sendmail Virtual Users</title>
<!--<regexp>^ou=People,o=.*,</regexp>-->
<icon>images/mail.png</icon>
<description>New Sendmail Virtual User</description>
<askcontainer>1</askcontainer>
<rdn>sendmailMTAMapObject</rdn>
<visible>1</visible>
<invalid>1</invalid>

<objectClasses>
<objectClass id="sendmailMTAMapObject"></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>Email alias</display>
	<hint>use @example.com to map entire domain</hint>
	<order>3</order>
	<page>1</page>
</attribute>
<attribute id="sendmailMTAMapValue">
	<display>Recipient Addresses</display>
	<hint>use %1 to map user name port of address</hint>
	<type>textarea</type>
	<order>4</order>
	<page>1</page>
</attribute>
<attribute id="sendmailMTAMapName">
	<value>virtuser</value>
	<hidden>1</hidden>
</attribute>
</attributes>
</template>