Re: e-mail through proxy server
Hi ,
Proxy server is a server that does not allow direct contact between the client (not necessarily a browser) and the server to which we are connecting.
It is use to isolate two network from each other. Which is not possible with the help of firewall. Firewall allows direct connectivity between two machines that are communicating with the rules that are applied on the firewall.
Proxy acts on Application layer of OSI model whereas Firewall generally (not necessarily )works with layer 3.
Hence Proxy is supposed to be more secure than firewall (it provides physical isolation).
Now proxy can be a web proxy, mail proxy , CVS proxy ...... likewise...
It also acts as bandwidth saver (as web proxy) by caching data for specified amount of time.
HOwever even with proxy it is possible to trace the ip address of the sender or the culprit. It has its own authenticaction, ACL and log mechanism to store the records.
At the same time if you use ids like yahoo , gmail ot hotmail, it may not be possible to trace the location of the sender unless and untill law enforcement aencies comes into picture.
|