From ed73ca098e3c44c6a08604500876552ffd023b47 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 13 Oct 2006 07:54:54 +0000 Subject: p3scan 2.9.05d: Add p3scan, a transparent proxy for POP3, POP3S and SMTP with virus scanning support. Default configuration uses clamav directly via libclamav. --- packages/p3scan/files/doc.configure.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/p3scan/files/doc.configure.txt (limited to 'packages/p3scan/files/doc.configure.txt') diff --git a/packages/p3scan/files/doc.configure.txt b/packages/p3scan/files/doc.configure.txt new file mode 100644 index 0000000000..2d925f8314 --- /dev/null +++ b/packages/p3scan/files/doc.configure.txt @@ -0,0 +1,15 @@ +The following items needs to be considered when using clamsmtp: + +1. Transparent proxy + + For transparent proxying you need an IP tables rule such as: + + iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 25 -j REDIRECT --to-ports 8110 + iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 110 -j REDIRECT --to-ports 8110 + iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 995 -j REDIRECT --to-ports 8110 + + where eth0 is the incomming port, and 8110 is the port that p3scan is + running on. Also remember to enable transparent proxy support in the + configuration file. + + The ports are 25 for smtp, 110 for pop3 and 995 for pop3s. -- cgit v1.2.3