EasyManua.ls Logo

ESET MAIL SECURITY - Setting ESETS for MTA Exim v3

ESET MAIL SECURITY
42 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
35
execqmail-start.orig”|@BINDIR@/esets_mda‘$A’”’\
-- --sender=”$SENDER” --recipient=”$RECIPIENT”’ “$@”
which will start Qmail using esets_mda for local deliveries. However, the original delivery
specication is passed to qmail-local through esets_mda. Note that in this conguration esets_
mda will use Qmail’s recognized exit codes (see qmail-command(8)). Lastly, replace qmail-start
using commands:
mv /var/qmail/bin/qmail-start /var/qmail/bin/qmail-start.orig
ln -s qmail-start.esets /var/qmail/bin/qmail-start
and restart Qmail.
A.3.2. Bi-directional e-mail messages scanning
The goal of this installation is to insert esets_mda before qmail-queue, which queues all
mails before delivery. Lets assume Qmail is installed in the /var/qmail directory. In the [mda]
section of ESETS conguration le set this parameter:
mda_path = ”/var/qmail/bin/qmail-queue.esets”
and restart ESETS daemon. Lastly, replace qmail-queue using commands:
mv /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue.esets
ln -s @BINDIR@/esets_mda /var/qmail/bin/qmail-queue
No Qmail restarting is necessary. All messages enqueued from now will be scanned by
ESETS. Note that in this conguration esets_mda will use qmail-queue’s exit codes (see qmail-
queue(8)).
A.4. Setting ESETS for MTA Exim version 3
A.4.1. Inbound e-mail messages scanning
The goal of this installation is to create an Exim transport from esets_mda for local users. In
the [mda] section of ESETS conguration le set this parameter:
mda_path = ”/usr/sbin/exim”
where /usr/sbin/exim is the full path to Exim binary. Then restart ESETS daemon. Next, add this
transport (at whatever place) to the list of Exim transports:
esets_transport:
driver = pipe
command = @BINDIR@/esets_mda-oi-oMresets-scanned$local_part@$domain\
-- --sender=$sender_address --recipient=$local_part@$domain
user = mail
wheremailisoneofExim’s‘trusted_users’.ThenaddthisdirectorasrsttothelistofExim
directors:
Appendix A. ESETS setup process description

Table of Contents

Related product manuals