
Installation
Avira GmbH Avira AntiVir MailGate 21
Proxy mode
Configuration of Avira AntiVir MailGate:
Change (or add) the following entries in avmailgate.conf:
ListenAddress 0.0.0.0 port 25
ForwardTo SMTP: 127.0.0.1 port 825
Restart Avira AntiVir MailGate.
Configuration of Exim:
Change (or add) the following entries in exim.conf:
daemon_smtp_port = 825
Restart Exim.
Configuring Qmail
There are two options for integrating Avira AntiVir MailGate into Qmail:
• Sendmail wrapper
• Backdoor procedure
Replace SMTP with 825 in the run file only. All other parameters are examples only.
Sendmail
wrapper
Sendmail wrapper
You can use the Sendmail wrapper, delivered with Qmail, to deliver emails
(default). First change the Qmail installation folder and enable the wrapper.
Enable the Sendmail wrapper in Qmail:
ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
Set up the email relay mode. Find the following line in the file /etc/avira/
avmailgate.conf
:
# Select how mail should be forwarded.
Change the appropriate entries as follows:
# Send mail by piping it through sendmail (this is the default)
ForwardTo /usr/sbin/sendmail -oem -oi
# Or if you want the mail to be sent by SMTP
# ForwardTo SMTP: localhost port 825
Backdoor
procedure
Backdoor procedure
A plugin is available in Qmail to enhance the integration of Avira AntiVir MailGate.
Comentarios a estos manuales