-
Hi Guys,
I'm using clamd with my setup and the following in my rep_viruses.php:
case("clamd"):
$scanner[$vscanner]['name'] = "ClamD";
$scanner[$vscanner]['regexp'] = "/(.+) was infected: (\S+)/";
break;
Try that and see if it works for you.
Rocky.
2009-05-15 13:24:42 UTC in MailWatch for MailScanner
-
Which guide did you follow to get mailwatch working with your setup?.
2009-03-06 18:32:20 UTC in MailWatch for MailScanner
-
Hi,
What exactly is configservers? Are your mails routed through their site or do you host your own mail server?
Let me know, I may be able to help you out. I'm wrote the tutorial on The Perfect SpamSnake. Google it and see if that is something you're interested in.
Rocky.
2009-03-06 18:27:17 UTC in MailWatch for MailScanner
-
Hey Costa,
Thanks for the quick reply. I gave your script a shot and everything but the RDP connection works.
I must add that currently, the rdp server has an address of 192.168.0.x, but is using a different gateway of 192.168.0.b, while the proxy eth1 port is 192.168.0.a. I don't know if that makes a difference.
Anyhow, another thing that is happening is with Exchange 2003 OWA...
2009-03-06 14:12:16 UTC in FireHOL
-
Hey Guys,
I have the following setup:
Adtran Router --> Static 63.x.x.x --> eth0(10.10.10.x)WAN Gateway eth1(192.168.0.x)LAN
What I'm trying to accomplish is to have all traffic from the LAN side, use the proxy for outgoing connections.
My firehol.conf:
version 5
transparent_squid 8080 "proxy proxy"
iptables -t filter -I OUTPUT -d 127.0.0.1 -p tcp --dport...
2009-03-05 21:54:39 UTC in FireHOL