20
ESET Mail Security
zoo. You also have to make a symlink in /usr/bin from uncompress to gzip and create the user
amavis in group amavis with home dir /var/amavis. Now continue with the usual installation
process (./congure, make, make install) and follow the rules README.mta according your mail
server.
5.5.1.2. amavisd
Conguration of Amavisd is performed during the process of Amavisd installation. Unpack
the source amavisd-0.x.tgz and follow the rules for amavis described in previous section of this
guide. After ‘make install’ you may need to move ‘/usr/etc/amavisd.conf’ to ‘/etc’ and do a ‘make
install’ again.
5.5.1.3. amavisd-new
In order to install the product with Amavisd-new, unpack and install the source amavisd-
new-2.x.y.tgz in your installation directory. Now to congure the product with newly installed
Amavisd-new, delete the clause for ‘ESET Software ESETS’ and replace the clause for ‘ESET
Software ESETS - Client/Server Version’ in le ‘amavisd.conf’ with the following one:
### http://www.eset.com/
[‘ESET Software ESETS Command Line Interface’,
‘@BINDIR@/esets_cli’, ‘--subdir {}’,
[0], [1, 2, 3], qr/virus=”([^”]+)”/ ],
You may need to install additional Perl modules Archive-Tar, Archive-Zip, BerkeleyDB,
Compress-Zlib, Convert-TNEF, Convert-UUlib, IO-stringy, MailTools, MIME-Base64, MIME-tools,
Net-Server and Unix-Syslog from www.cpan.org/modules. The procedure is by each as follows:
perl Makele.PL; make; make install.
After conguration, please follow the recommendation for conguring Amavisd-new in
README.mta located in Amavisd-new directory according your mail server.