Archive for March, 2011
MyDLP Howto in Russian
Now, MyDLP Installation HowTo is in Russian. We love our contributors .
http://www.mini-server.ru/server/communication/130-mydlp
Very special thanks to mini-server.ru.
MyDLP HowTo in Vietnamese
Thanks to quantrimang.com.vn, MyDLP Installation Howto is now in Vietnamese.
You can check out this document from here: http://www.quantrimang.com.vn/hedieuhanh/linux/76786_Huong-dan-cai-dat-va-su-dung-MyDLP.aspx
MyDLP on ICAP-Forum
MyDLP took its place in ICAP-Forum. Thanks to Martin Stecher.
“MyDLP is an open source data leak prevention project that enables organizations to identify and protect their sensitive data. MyDLP helps prevent data leakage through data transmission including Web, email and removable devices. ICAP, as an open standard, provides us the necessary content information in a solid way and helps us to identify data leakage over Internet. ICAP reduces complexity, increases focus on content for us. Moreover, another important aspect is the interoperability between different proxy manufacturers which support ICAP. This causes less dependency and helps MyDLP to penetrate market easier.”
MyDLP on HowtoForge
A howto about installing and using MyDLP has been published on howtoforge.com.
Check it out
http://www.howtoforge.com/how-to-install-and-use-mydlp
MyDLP Virtual Appliances Re-Freshed
Now MyDLP crew started to create virtual appliances in a periodical manner. You can access new virtual applicances from download page.
News from virtual appliances:
* OVF 1.0 format support added
* VmWare Studio based virtual appliances easy to install and start
* Latest stable version added
* All Vmware versions supported
MyDLP on Earthweb
According to the article written by Cynthia Harvey, in Earthweb MyDLP is a good open source replacement for RSA Data Loss Prevention Suite, CheckPoint DLP Software Blade, Symantec Data Loss Prevention Product Family.
For the rest of the article:
Squid timeouts
If your users generally upload file with larger sizes then usual, you may need to modify Squid timeout options. Because, when MyDLP is inspecting big files (generally several times compressed files ), total inspection time increases naturally. And as a result, Squid could give timeout errors instead of waiting MyDLP.
To make Squid wait MyDLP, in /etc/squid/squid3.conf you should modify these parameters as;
read_timeout 30 minutes
request_timeout 30 minutes
persistent_request_timeout 30 minutes
pconn_timeout 30 minutes
Today, these worked great for us.