It will scan pop3 and pop3s, but the trick is that you need to configure your
email clients (on GREEN) to send pop3 on the pop3s port (995) -- that is, send
it unencrypted. When the proxy sees the traffic on 995, it will then encrypt
the traffic from the gateway to the intended server.
So the
Does the pop3 proxy virus scanner scan ssl pop3 ports or does it only scan
port 110?
--
View this message in context:
http://www.nabble.com/pop3-proxy-virus-scanner-tf4932201.html#a14116973
Sent from the efw-user mailing list archive at Nabble.com.
2.2B1
I am trying to automate the proxy scripts but the proxy.pac is not working
It works just fine on another system with an Apace server.
I am testing it with just the basic
function FindProxyForURL(url, host)
{
return "PROXY 192.168.3.1:8080";
}
I have the automatic scripts set in firefox
I am using normal authentication which works fine.
I am trying to setup Windows Live messenger to not require authentication.
I have added the required URLs to the "Proxy domains without
authentication". There is one problem because MSM uses a random ip address
of 207.46.108.*
I get the followi