This file is indexed.

/etc/phamm/plugins/alias.xml is in phamm 0.5.18-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plugin SYSTEM "http://www.phamm.org/DTD/phamm-plugins.dtd">

<plugin name="alias">
	<label>ALIAS</label>
	<version>
		<number>0.0.3</number>
		<creationDate>2006-09-22</creationDate>
		<updatedDate>2008-09-08</updatedDate>
		<status>stable</status>
	</version>
	<author>
		<firstName>Alessandro De Zorzi</firstName>
		<lastName>De Zorzi</lastName>
		<mail>team@phamm.org</mail>
		<web>http://www.phamm.org</web>
	</author>
	<license>GPL</license>
	<shortDescription>Plugin to manage e-mail alias</shortDescription>
	<longDescription>Plugin to manage e-mail alias</longDescription>
	<parent>top</parent>
	<color>FF4455</color>
	<minAuthLevel>2</minAuthLevel>
	<isDomainRelated>0</isDomainRelated>
	<isPostmasterRelated>0</isPostmasterRelated>
	<isAccountRelated>1</isAccountRelated>

	<account>
		<objectClasses>
			<objectClass name="VirtualMailAlias">
				<bug>0</bug>
			</objectClass>
			<objectClass name="amavisAccount">
				<bug>0</bug>
			</objectClass>
		</objectClasses>
		<attributes>
			<attribute name="maildrop">
				<prettyName>Destination</prettyName>
				<table>1</table>
				<multiple>1</multiple>
			</attribute>
			<attribute name="accountActive">
				<prettyName>Active</prettyName>
				<bool>1</bool>
				<table>1</table>
				<default>TRUE</default>
				<minAuthLevel>4</minAuthLevel>
			</attribute>
			<attribute name="smtpAuth">
				<prettyName>SMTP Auth</prettyName>
				<bool>1</bool>
				<table>1</table>
				<default>FALSE</default>
				<minAuthLevel>4</minAuthLevel>
			</attribute>
			<attribute name="amavisBypassVirusChecks">
				<prettyName>Virus Check</prettyName>
				<bool>1</bool>
				<reverse>1</reverse>
				<default>TRUE</default>
				<minAuthLevel>4</minAuthLevel>
			</attribute>
			<attribute name="amavisBypassSpamChecks">
				<prettyName>SPAM Check</prettyName>
				<bool>1</bool>
				<reverse>1</reverse>
				<default>TRUE</default>
				<minAuthLevel>4</minAuthLevel>
			</attribute>
		</attributes>
	</account>
</plugin>