Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.17.142.93
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
sendmail /
examples /
amavis /
[ HOME SHELL ]
Name
Size
Permission
Action
amavis-doc-1.html
1.71
KB
-rw-r--r--
amavis-doc-2.html
3.51
KB
-rw-r--r--
amavis-doc-3.html
1.41
KB
-rw-r--r--
amavis-doc-4.html
1.07
KB
-rw-r--r--
amavis-doc-5.html
2.54
KB
-rw-r--r--
amavis-doc-6.html
1.46
KB
-rw-r--r--
amavis-doc-7.html
2.82
KB
-rw-r--r--
amavis-doc-8.html
1.93
KB
-rw-r--r--
amavis-doc.html
2.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : amavis-doc-2.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: Installing the Software Dependencies</TITLE> <LINK HREF="amavis-doc-3.html" REL=next> <LINK HREF="amavis-doc-1.html" REL=previous> <LINK HREF="amavis-doc.html#toc2" REL=contents> </HEAD> <BODY> <A HREF="amavis-doc-3.html">Next</A> <A HREF="amavis-doc-1.html">Previous</A> <A HREF="amavis-doc.html#toc2">Contents</A> <HR> <H2><A NAME="s2">2.</A> <A HREF="amavis-doc.html#toc2">Installing the Software Dependencies</A></H2> <P>Update your distribution files with the usual:</P> <P> <PRE> apt-get update </PRE> </P> <P>and install file, bzip2, lha, unarj, unrar, and zoo in one shot with:</P> <P> <PRE> apt-get install file bzip2 lha unarj unrar zoo </PRE> </P> <P>Install all the perl modules in one shot with:</P> <P> <PRE> apt-get install libio-stringy-perl libunix-syslog-perl libmailtools-perl libmime-base64-perl libmime-perl libconvert-uulib-perl libconvert-tnef-perl libcompress-zlib-perl libarchive-tar-perl libarchive-zip-perl libnet-perl </PRE> </P> <P>Installing the " arc" utility is much more of a hassle. Furthermore, it is an unmaintained old MS-DOS port with a non-free license. I will describe what I did to compile it on a Intel platform (suggestions on better ways to do this are appreciated). The next few steps assume that you have the GNU " make" and " gcc" packges installed on your system. If this is not the case then try:</P> <P> <PRE> apt-get install make gcc </PRE> </P> <P>Let's create a temporary directory somewhere so that we can make a mess in it. Since my login is " jps" , I made a directory named " /home/jps/tmp/" . Copy the arc521.tar.Z file into your new temporary diretory and type:</P> <P> <PRE> uncompress arc521.tar.Z; tar xf arc521.tar </PRE> </P> <P>or something equivalent to uncompress and untar the archive. This will create a bunch of files. We need to delete some lines from the file named " arcdos.c" . It is probably set to be read-only, so type:</P> <P> <PRE> chmod u+w arcdos.c </PRE> </P> <P>Open arcdos.c for editing and delete (or comment out) lines 35-38 inclusive. (It is the definition of a structure that begins with " struct timeval" on line 35 and ends with " };" on line 38). We are done with that, so close the file. Now type:</P> <P> <PRE> make </PRE> </P> <P>This command WILL FAIL with a bunch of warnings and an error message complaining about " tmclock.o" , but it accomplished some necessary things anyway. Now open the file named " Makefile" for editing. Go to the line that says " System = -DBSD=1" . It should be on line 31. Change the line so that it says:</P> <P> <PRE> System = -DSYSV=1 </PRE> </P> <P>Close the Makefile and run make again by typing:</P> <P> <PRE> make </PRE> </P> <P>That should compile the " arc" utility successfully. You can ignore the warnings about " mktemp" and " mkstemp" . There should now be an executable program with the name of " arc" in your temporary directory. As root, copy this file to " /usr/local/bin" or the usual place where you keep home-cooked binaries. Just make sure that it is in your path. Test this by typing " arc" and see if the arc usage guide scrolls up your terminal. You can delete all the files in your temporary directory now, but leave the directory itself because we will be using it later. Aren't .deb packages so much easier? </P> <HR> <A HREF="amavis-doc-3.html">Next</A> <A HREF="amavis-doc-1.html">Previous</A> <A HREF="amavis-doc.html#toc2">Contents</A> </BODY> </HTML>
Close