IIS SMTP folder structure and how smtp works
- No Comments
- Sep, 25, 2010
- Angelo Schalley
- Active Directory, Exchange, IIS, Networking, Windows-Microsoft
The message store of the SMTP service is created when you install the service on IIS. SMTP utilizes this directory structure to process mail. The folders created in the \Inetpub\Mailroot directory structure (message store) are listed below:
Read more on IIS SMTP folder structure and how smtp works…
automatic login linux ftp without displaying password
- No Comments
- Aug, 29, 2010
- Angelo Schalley
- Linux, Networking, security
create file /root/.netrc
put in :
machine ftp.ftpserver.com
user testuser
password testpass
chmod 400 /root/.netrc
don’t forget to chmod, so you have to be root to be able to access the file.
Read more on automatic login linux ftp without displaying password…
How to clear cached credentials in Windows
- No Comments
- Aug, 15, 2010
- Angelo Schalley
- Active Directory, Networking, Windows-Microsoft
Open an command prompt ( elevated if needed)
execute : rundll32.exe keymgr.dll, KRShowKeyMgr