39
ipfw add fwd 192.168.1.10,8110 tcp from any to any 110 via
if0
in
On NetBSD and Solaris:
echo ’rdr
if0
0.0.0.0/0 port 110 -> 192.168.1.10 \
port 8110 tcp’ | ipnat -f -
A.9. Setting
ESETS
for scanning of IMAP communication
The IMAP communication scanning is performed using the esets_imap daemon. In the [imap]
section of the ESETS configuration file, set these parameters:
agent_enabled = yes
listen_addr = ”192.168.1.10”
listen_port = 8143
where ‘listen_addr’ is the address of the local network interface named
if0.
Then restart the
ESETS daemon. The next step is to redirect all IMAP requests to esets_imap. If IP-filtering is being
performed by the ipchains administration tool an appropriate rule would be:
ipchains -A INPUT -p tcp -i
if0
--dport 143 -j REDIRECT 8143
If IP-filtering is being performed by the iptables administration tool, the rule is:
iptables -t nat -A PREROUTING -p tcp -i
if0
\
--dport 143 -j REDIRECT --to-ports 8143
On FreeBSD, the rule is as follows:
ipfw add fwd 192.168.1.10,8143 tcp from any to any 143 via
if0
in
On NetBSD and Solaris:
echo ’rdr
if0
0.0.0.0/0 port 143 -> 192.168.1.10 \
port 8143 tcp’ | ipnat -f -
Appendix A. ESETS setup process description
Содержание MAIL SECURITY
Страница 1: ...ESET Mail Security Installation Manual and User Guide we protect digital worlds...
Страница 3: ...Chapter 1 Introduction...
Страница 5: ...Chapter 2 Terminology and abbreviations...
Страница 8: ......
Страница 9: ...Chapter 3 Installation...
Страница 11: ...Chapter 4 Architecture Overview...
Страница 14: ......
Страница 15: ...Chapter 5 Integration with Email Messaging System...
Страница 21: ...Chapter 6 Important ESET Mail Security mechanisms...
Страница 27: ...Chapter 7 Updating ESET Mail Security...
Страница 29: ...Chapter 8 Let us know...
Страница 31: ...Appendix A ESETS setup and configuration...
Страница 40: ......
Страница 41: ...Appendix B PHP License...