????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.15.238.90 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/sendmail-base/examples/amavis/ |
Upload File : |
<!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 <filename> </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>