
Installation
Avira GmbH Avira AntiVir MailGate 20
Configuring Exim
Avira AntiVir MailGate runs with Exim Version 3.0 or higher.
The following command enables you to find out which Exim version you
are using:
exim -bV
There are two options for integrating Avira AntiVir MailGate into Exim:
• Integration of Avira AntiVir MailGate as a content filter in Exim
(recommended)
• Proxy mode
Content filter
Configuration of Avira AntiVir MailGate:
Change (or add) the following entries in avmailgate.conf:
ListenAddress 127.0.0.1 port 10024
ForwardTo SMTP: 127.0.0.1 port 10025
Restart Avira AntiVir MailGate.
Configuration of Exim:
Change (or add) the following entries in exim.conf:
# Listen on all interfaces on port 25
# and on 127.0.0.1 port 10025
local_interfaces = 0.0.0.0.25 : 127.0.0.1.10025
Add an entry for the Router:
Inexim.conf, search for begin router and add the following entries:
# Router for AntiVir MailGate
antivir_mailgate:
debug_print = “R: AntiVir MailGate for
$local_part@$domain”
driver = manualroute
transport = antivir_mailgate_transport
route_list = “* localhost byname”
self = send
# do not call this router in the second instance of Exim
condition = ${if !eq {$interface_port}{10025}{1}{0}}
Add an entry for the transport:
In exim.conf, search for begin transports and add the following lines:
# Transport for AntiVir MailGate
antivir_mailgate_transport:
driver = smtp
# connect to port 10024
port = 10024
allow_localhost
Restart Exim.
Kommentare zu diesen Handbüchern