From 55f54fd901d876219dedddcd38fb25c6f4593922 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 28 Feb 2004 15:23:32 +0000 Subject: [PATCH] correct installation hints. FIREWALL_FORWARD is only needed on older systems. --- mail/pop3vscan/pkg-message | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/pop3vscan/pkg-message b/mail/pop3vscan/pkg-message index daacf271189e..614462eafeaf 100644 --- a/mail/pop3vscan/pkg-message +++ b/mail/pop3vscan/pkg-message @@ -8,12 +8,13 @@ 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, +By the way, you need to enable the IPFIREWALL opion in kernel. Please note, +that IPFIREWALL_FORWARD might be needed on older systems as well. +Then add the following 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 +where 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. **********************************************************************