23
6.2. User Specific Configuration
The purpose of the User Specific Configuration mechanism is to provide a higher degree
of customization and functionality. It allows the sytem administrator to define ESETS antivirus
scanner parameters based on the user who is accessing file system objects.
A detailed description of this functionality can be found in the esets.cfg (5) man page; in this
section we will provide only a short example of a user-specific configuration.
Here, the
esets_smtp
module is used as a content filter for MTA Postfix. The functionality of
this module is based on the [smtp] section in the
ESETS
configuration file (esets.cfg). See below:
[smtp]
agent_enabled = yes
listen_addr = ”localhost”
listen_port = 2526
server_addr = ”localhost”
server_port = 2525
action_av = ”scan”
To provide individual parameter settings, define a ‘user_config’ parameter with the path to
the special configuration file where the individual setting will be stored. In the example below,
we create a reference to the special configuration file ‘esets_smtp_spec.cfg’, which is located in
the ESETS configuration directory
.
See below:
[smtp]
agent_enabled = yes
listen_addr = ”localhost”
listen_port = 2526
server_addr = ”localhost”
server_port = 2525
action_av = ”scan”
user_config = ”esets_smtp_spec.cfg”
Once the special configuration file is referenced from within the [smtp] section, create the
esets_smtp_spec.cfg file in the ESETS configuration directory and add the appropriate individual
settings. The esets_smtp_spec.cfg file should look like this:
action_av = ”reject”
Note that the section header identifies the recipient for which the individual settings have
been created, and the section body contains individual parameters for this recipient. This
configuration will allow all other users attempting to access the file-system to be processed
normally. All file system objects accessed by other users will be scanned for infiltrations, except
for the user [email protected], whose access will be rejected (blocked).
chapter 6
Important ESET Mail Security mechanisms
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...