HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/doc/sendmail-base/examples/amavis/amavis-doc-6.html
<!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: Building Amavis</TITLE>
 <LINK HREF="amavis-doc-7.html" REL=next>
 <LINK HREF="amavis-doc-5.html" REL=previous>
 <LINK HREF="amavis-doc.html#toc6" REL=contents>
</HEAD>
<BODY>
<A HREF="amavis-doc-7.html">Next</A>
<A HREF="amavis-doc-5.html">Previous</A>
<A HREF="amavis-doc.html#toc6">Contents</A>
<HR>
<H2><A NAME="s6">6.</A> <A HREF="amavis-doc.html#toc6">Building Amavis</A></H2>

<P>Regardless of the method you used to obtain it, please change
to your new amavis sourcecode directory and type the following command
to build Amavis with libmilter:</P>
<P>
<PRE>
LDFLAGS="
-L/usr/lib/libmilter"
 ./configure --with-amavisuser=amavis --prefix=/usr/local --with-runtime-dir=/var/local/amavis --enable-milter --with-sendmail-source=/usr/include/libmilter
</PRE>
</P>
<P>Then simply run make by typing:</P>
<P>
<PRE>
make
</PRE>
</P>
<P>This will create, among other things, the amavisd perl script
and the amavis-milter binary in your "
&lt;amavis-sourcecode-directory&gt;/amavis/"</P>
<P>directory. If the previous steps failed for any reason, go to the
section titled "
If the CVS copy blows chunks"
and rerun the "
Building
Amavis"
section from the beginning.</P>
<HR>
<A HREF="amavis-doc-7.html">Next</A>
<A HREF="amavis-doc-5.html">Previous</A>
<A HREF="amavis-doc.html#toc6">Contents</A>
</BODY>
</HTML>