diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2004-02-28 15:23:32 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2004-02-28 15:23:32 +0000 |
commit | 55f54fd901d876219dedddcd38fb25c6f4593922 (patch) | |
tree | b2752d1939775adf8f12729798db622b8d405bbe /mail/pop3vscan | |
parent | db2f594a33af86b5769379b6d1a7ffd6458a5898 (diff) |
Notes
Diffstat (limited to 'mail/pop3vscan')
-rw-r--r-- | mail/pop3vscan/pkg-message | 7 |
1 files 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. ********************************************************************** |