This file is indexed.

/usr/share/sendmail/examples/amavis/amavis-doc-5.html is in sendmail-base 8.15.2-3.

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
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.10">
 <TITLE>How to Install Amavis-milter for Debian Sendmail: Obtaining the Amavis Sourcecode</TITLE>
 <LINK HREF="amavis-doc-6.html" REL=next>
 <LINK HREF="amavis-doc-4.html" REL=previous>
 <LINK HREF="amavis-doc.html#toc5" REL=contents>
</HEAD>
<BODY>
<A HREF="amavis-doc-6.html">Next</A>
<A HREF="amavis-doc-4.html">Previous</A>
<A HREF="amavis-doc.html#toc5">Contents</A>
<HR>
<H2><A NAME="s5">5.</A> <A HREF="amavis-doc.html#toc5">Obtaining the Amavis Sourcecode</A></H2>

<H2><A NAME="ss5.1">5.1</A> <A HREF="amavis-doc.html#toc5.1">Checking the latest copy out of CVS</A>
</H2>

<P>
<BLOCKQUOTE>As of October 23, 2001; the CVS copy might not compile. Skip
to the next section if you don't want to fool around. </BLOCKQUOTE>
Now that we have extracted the libmilter files, the next step
is to obtain the latest copy of the Amavis sourcecode. We will retrieve
this code from the Amavis CVS repository at 
<A HREF="http://sourceforge.net/"></A>
. If you do not already
have the CVS package installed on your system, you can obtain it
with the command:</P>
<P>
<PRE>
apt-get install cvs
cvs -d:pserver:anonymous@cvs.amavis.sourceforge.net:/cvsroot/amavis login
</PRE>
</P>
<P>You will be logging in anonymously, so just press enter at the
password prompt. If CVS gives you a hard time about "
$HOME/.cvspass"</P>
<P>not existing, then simply type:</P>
<P>
<PRE>
touch $HOME/.cvspass
</PRE>
</P>
<P>and issue the command once more. With these preliminaries out
of the way we can download the actual source with:</P>
<P>
<PRE>
cvs -z3 -d:pserver:anonymous@cvs.amavis.sourceforge.net:/cvsroot/amavis co amavis
</PRE>
</P>
<P>This will create a subdirectory named "
amavis"
in your temporary
directory. Please skip to section titled "
Building Amavis"
.</P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="amavis-doc.html#toc5.2">If the CVS copy blows chunks</A>
</H2>

<P>If you are like me, and the CVS copy died hideously during "
./configure"
,
then download the the "
official"
CVS snapshot from 
<A HREF="http://sourceforge.net/projects/amavis/"></A>
. The available
version at the time of this writing was "
amavisd-snaphot-20010714"
.
You can dowload this as a tarball. Copy this file into your temporary
directory and run:</P>
<P>
<PRE>
tar zxf &lt;filename&gt;
</PRE>
</P>
<P>That should give you a nice directory of sourcecode.</P>
<HR>
<A HREF="amavis-doc-6.html">Next</A>
<A HREF="amavis-doc-4.html">Previous</A>
<A HREF="amavis-doc.html#toc5">Contents</A>
</BODY>
</HTML>