freebsd-ports/mail/pop3vscan/pkg-message
Yen-Ming Lee 4c1f40498e add pop3vscan-0.4
A transparent POP3-Proxy with virus-scanning capabilities

WWW: http://pop3vscan.sourceforge.net/

Dedicate to:	Miss Borny @ National Taitung Teachers College
2003-06-03 07:54:47 +00:00

19 lines
846 B
Text

**********************************************************************
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.
**********************************************************************