User manual

www.grisoft.com
Copyright (c) 1992-2006 GRISOFT, s.r.o. All rights reserved.
AVG Linux Email Server / User Manual
21
6. Commercial E-mail Servers
AVG for Linux E-mail Server can also be used with commercial e-mail servers
running under Linux. The main idea of such a solution is to protect the (possibly
Windows powered) computers of users connected to these e-mail servers against
the possible virus infection. The following server products are supported:
z Lotus Notes/Domino Server
z Kerio MailServer
For all servers the preceding installation of the
AVG for Linux E-mail Server
product is necessary. For Lotus Notes/Domino Server a special AVG Anti-Virus
plugin is also needed.
Kerio MailServer offers internal support of AVG for Linux
E-mail Server
, so no additional tools are required.
6.1. AVG for Lotus Notes/Domino Server Installation and Maintenance
The anti-virus protection of e-mail communication on
Lotus Notes/Domino
Server
with AVG for Linux E-mail Server can be performed using the special
AVG for Lotus Notes/Domino Linux plugin. You can obtain the plugin in the form
of a precompiled .tar.gz package on the
AVG Anti-Virus installation CD, or in the
Download/Programs section at http://www.grisoft.com.
Before you can install the plugin, you need to:
z install and configure Lotus Domino Server for Linux
z install and configure AVG for Linux E-mail Server
Also, you have to verify these configuration details:
z AVG for Linux E-mail Server mail scanning daemon must be bound to the
127.0.0.1(localhost) address
(See section
8.3 Configuration File/AvgDaemon for details)
z For Linux distributions with default UTF-8 locales (these are Red Hat 8, Red
Hat 9, Fedora Core 1, Fedora Core 2, etc.), set the LANG environment variable
to C or cs_CZ (for Czech users) for the account which the Domino server is
running under. These changes can be made following this example (supposing
the Domino server is running under the
notes account):
The
notes account profile file (e. g. .bash_profile) must contain these lines:
...
LANG=cs_CZ
LC_TIME=POSIX
LC_MONETARY=cs_CZ
LC_NUMERIC=cs_CZ
LC_COLLATE=cs_CZ
...