A.5.2. Bi-directional e-mail messages scanning
The goal of this installation is to create an Exim transport from esets_mda for all mails.
Performallstepsfromtheprevioussection,butomitthislineinesets_router:
domains = +local_domains
A.6. Setting ESETS for MTA ZMailer
A.6.1. Inbound e-mail messages scanning
The goal of this installation is to use esets_mda as ZMailer‘s local delivery agent. However,
you need to have a real MDA installed, e.g. procmail. In the [mda] section of ESETS conguration
le set this parameter:
mda_path = ”/path/to/procmail”
and restart ESETS daemon. Procmail doesn‘t support full email address as recipient, so
comment out this line in ZMailer‘s router.cf prepending a ‘#‘:
localdoesdomain=1
Next, in the ‘local/*‘ clause of scheduler.conf replace your current delivery command with:
command=”sm -c $channel esets”
and append this line to sm.conf (replace your.hostname.com with your FQDN):
esets sSPfn @BINDIR@/esets_mda esets_mda -a $h -d $u
-- --sender $g --recipient $u@your.hostname.com
Finally restart ZMailer.
A.6.2. Inbound e-mail messages scanning
The goal of this installation is to use esets_zm as ZMailer‘s smtp contentlter. First start
ESETS daemon. Then add this line to smtpserver.conf:
PARAMcontentlter@BINDIR@/esets_zm
and restart ZMailer.
Please note, that this will scan only mails incoming through the smtpserver. And make sure
that your smtp-policy is ltering all mails you want it to.
A.7. Setting ESETS for outbound e-mail messages scanning
The outbound e-mail messages scanning is performed using esets_smtp daemon. In the
[smtp] section of ESETS conguration le set these parameters:
Appendix A. ESETS setup process description