Penguin
Blame: ClamAvPopVscan
EditPageHistoryDiffInfoLikePages
Annotated edit history of ClamAvPopVscan version 7, including all changes. View license author blame.
Rev Author # Line
2 CraigBox 1 Pop3Vscan is a transparent [POP3] proxy, which can be used to scan all pop3 communication going through the router. You can for example use it to protect a small network by scanning all outgoing pop3 connections. Use with pop3vscan is quite easy.
3 XavierPoinsard 2 Warning : Pop3Vscan is no longer maintained. You should prefer p3scan [http://p3scan.sourceforge.net/] which is a fork.
1 JurajBednar 3
7 IanMcDonald 4 I used [Debian] to do it, so I just installed pop3vscan from testing (apt-get -t testing install pop3vscan). You can try to fetch pop3vscan from your distribution or compile according to howto.
1 JurajBednar 5
6 The important part of configuration is this:
7
2 CraigBox 8 virusregexp = .*: (.*) FOUND
3 XavierPoinsard 9 scanner = /usr/bin/clamdscan --disable-summary -i
2 CraigBox 10 scannertype = basic
4 XavierPoinsard 11 demine
1 JurajBednar 12
2 CraigBox 13 Don't forget to add iptables(8) rule, which will direct all pop3 traffic to pop3vscan first:
1 JurajBednar 14
2 CraigBox 15 /sbin/iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 110 -j REDIRECT --to-port 8110
1 JurajBednar 16
2 CraigBox 17 Change eth1 to your local network's interface name (all request coming from this network interface will be directed to pop3vscan).
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • JurajBednar
  • XavierPoinsard
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()

lib/blame.php (In template 'html'):177: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument