http://www.windowsecurity.com/articles/Client-Certificate-Authentication-IIS6.html
SPF – Sender policy framework – prezentacija za SloWUG / presentation on SloWUG meeting
SPF – Sender policy framework.ppt
http://www.slowug.org – Slovenian Windows Users Group
How do I remove all files and sub-directories from a folder, without removing the folder?
@echo off
if {%1}=={} @echo Syntax: DelTree Folder&goto :EOF
if not exist %1 @echo Syntax: DelTree Folder – Folder %1 does not exist.&goto :EOF
pushd %1
if %ERRORLEVEL% NEQ 0 @echo Syntax: DelTree Folder – Folder %1 does not exist.&goto :EOF
del /q /f “*.*”
for /f “Tokens=*” %%i in (‘dir %1 /B /A /AD’) do rd /s /q “%%i”
popd
SPF – Udarec proti nezeleni pošti!
Pozdravljeni!
Pošiljam vam nekaj informacij v zvezi z rešitvijo, ki lahko z našimi združenimi močmi znatno zmanjša razširanje/sprejemanje nezaželjene elektronske pošte na naših poštnih strežnikih.
SPF – Sender policy framework je eden izmed najbolj obetajočih sistemov za boj proti nezaželjeni elektronski pošti. V osnovi pa od nas – administratorjev poštnih streznikov zahteva zelo malo truda. Na spondjih povezavah lahko generirate TXT zapis, ki ga vnesete v DNS strežnik za posamezno domeno in s tem definirate od kod lahko izvira veljavna elektronska posta – tako bodo ostali strezniki takoj lahko locili med pravo pošto – torej tisto, ki jo je dejansko poslal vas strežnik in tisto, ki “naj bi jo” poslal vaš strežnik. Vzemimo si skupaj nekaj minut v boju proti nezazeljeni pošti.
SPF – TXT record generator:
http://www.openspf.org/
SPF – TXT record generator:
http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/
SPF – about
http://en.wikipedia.org/wiki/Sender_Policy_Framework
SPF – test your TXT SPF record
http://www.dnsstuff.com/pages/spf.htm
Test your domain
http://dnsreport.com/
Sharepoint services migration headache?
Tcpdump – “commandprompt” network analyzer example
tcpdump port not 52000 and host not dns1.t-2.net and not arp and host not govedo.klub-kgs.si
Show traffic that is NOT on port 520000 and NOT from host dns1.t-2.net and NOT ARP traffic and NOT from host govedo.klub-kgs.si
Exchange 2003 and Sharepoint services on same server? Problems? Check this out …
Exchange 2003 and Sharepoint services on same server? Problems? Check this out …
http://support.microsoft.com/?kbid=823265
Exchange 2003 SP2 – Intellinget message filter “just too intelligent” :)
Microsoft – Exchange 2003 SP2 – Intelligent message filtering v2 – deleting Sharepoint services notifications on the same machine!!! Can be resolved using MIN and MSExchange.UceContentFilter.xml described in the article below.
http://www.msexchange.org/tutorials/Intelligent-Message-Filter-version-2-IMF-v2.html
Microsoft – Exchange 2003 SP2 – Intelligent message filtering v2 – Exclude …
http://support.microsoft.com/?id=912587
Laptop NUMLOCK anoyance on Logon screen
If you connect using remote desktop to a LAPTOP computer you should deactivate Numlock before. If you leave Num lock turned ON user might encounter problems while logon process becouse Laptop “shares” a part of a keyboard for numbers.
Konferenca INFOSEK 2006 22. in 23. november 2006
Poberi si predstavitev. / Download presentation.
Tarpitting & Honeypotting.ppt