blob: daacf271189e41e7d064209c719e1dfb31f70cd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
**********************************************************************
By default, POP3VScan is configured to work with McAfee UVSCAN.
Please copy PREFIX/etc/pop3vscan.conf.sample to pop3vscan.conf and modify
PREFIX/etc/pop3vscan.conf and/or PREFIX/etc/rc.d/pop3vscan.sh to
fit your environment.
Don't forget to copy PREFIX/etc/pop3vscan.mail.sample to pop3vscan.mail
and edit your own template for virus notifications.
By the way, you need to enable IPFIREWALL and IPFIREWALL_FORWARD options
in kernel, and add the forwarding rule into your IPFW table,
# ipfw add fwd 192.168.0.254,8110 tcp from 192.168.0.0/24 to any pop3
while 192.168.0.254 is the IP of your internal interface, 8110 is the
default port of POP3VScan, and 192.168.0.0/24 is the IP range of your LAN.
**********************************************************************
|