1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Remove references to POP3Vscan in the pkg-message.

Submitted by:	edwin@mavetju.org
This commit is contained in:
Edwin Groothuis 2004-02-18 02:59:37 +00:00
parent af00d0bc38
commit 1864a77482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101288

View File

@ -1,11 +1,11 @@
**********************************************************************
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
By default, P3Scan is configured to work with McAfee UVSCAN.
Please copy PREFIX/etc/p3scan.conf.sample to p3scan.conf and modify
PREFIX/etc/p3scan.conf and/or PREFIX/etc/rc.d/p3scan.sh to
fit your environment.
Don't forget to copy PREFIX/etc/pop3vscan.mail.sample to pop3vscan.mail
Don't forget to copy PREFIX/etc/p3scan.mail.sample to p3scan.mail
and edit your own template for virus notifications.
By the way, you need to enable IPFIREWALL and IPFIREWALL_FORWARD options
@ -14,6 +14,6 @@ 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.
default port of P3scan, and 192.168.0.0/24 is the IP range of your LAN.
**********************************************************************