EasyManua.ls Logo

ESET MAIL SECURITY - IMAP Communication Scanning Setup

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...
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esets_imapdaemon.In the [imap]
section of ESETS conguration le set these parameters:
agent_enabled = yes
listen_addr = ”192.168.1.10”
listen_port = 8143
where‘listen_addr is the address of local network interface named if0 Then restart ESETS
daemon. The next step is to redirect all IMAP requests to esets_imap. In case of IP-ltering
provided by ipchains administration tool an appropriate rule is:
ipchains -A INPUT -p tcp -i if0 --dport 143 -j REDIRECT 8143
If IP-ltering mechanism is provided by 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 -

Table of Contents

Related product manuals