37
A.5.2. Bi-directional email message scanning
The goal of this installation is to create an Exim transport from
esets_mda
for all mail. Perform
all steps from the previous section, but omit this line in esets_router:
domains = +local_domains
A.6. Setting
ESETS
for MTA ZMailer
A.6.1. Inbound email message scanning
The goal of this installation is to use
esets_mda
as ZMailer‘s local delivery agent. However, you
must have a real MDA installed, such as procmail. In the [mda] section of the ESETS configuration
file, set this parameter:
mda_path = ”/path/to/procmail”
and restart the ESETS daemon. Procmail doesn‘t support the full email address as a 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 [email protected]
Finally, restart ZMailer.
A.6.2. Inbound email message scanning
The goal of this installation is to use
esets_zmfi
as ZMailer‘s SMTP contentfilter. First start the
ESETS daemon. Then add this line to smtpserver.conf:
PARAM contentfilter
@BINDIR@
/esets_zmfi
and restart ZMailer.
Please note that this will scan only the email messages coming through the smtpserver. Also,
make sure that your smtp-policy is filtering all email according to your needs.
A.7. Setting
ESETS
for outbound email message scanning
Outbound email message scanning is performed using the
esets_smtp
daemon. In the
[smtp] section of the ESETS configuration file, set these parameters:
Appendix A. ESETS setup process description
Summary of Contents for MAIL SECURITY
Page 1: ...ESET Mail Security Installation Manual and User Guide we protect digital worlds...
Page 3: ...Chapter 1 Introduction...
Page 5: ...Chapter 2 Terminology and abbreviations...
Page 8: ......
Page 9: ...Chapter 3 Installation...
Page 11: ...Chapter 4 Architecture Overview...
Page 14: ......
Page 15: ...Chapter 5 Integration with Email Messaging System...
Page 21: ...Chapter 6 Important ESET Mail Security mechanisms...
Page 27: ...Chapter 7 Updating ESET Mail Security...
Page 29: ...Chapter 8 Let us know...
Page 31: ...Appendix A ESETS setup and configuration...
Page 40: ......
Page 41: ...Appendix B PHP License...