On a Windows 2016 server, IIS web site is set to bind on all IP address on the server. But site is only available on 127.0.0.1 (localhost). To check if this is due to firewall, i disabled firewall, the problem still exists after disabling firewall. To fix the problem, run following commands as user “Administrator” […]
Install Apache and PHP 7 On Windows
Lets start with PHP. Go to https://windows.php.net/download/ Decide which PHP version you need. At the time of this post, PHP 7.2 is latest version is available in following 4 version VC15 x64 Non Thread Safe VC15 x64 Thread Safe VC15 x86 Non Thread Safe VC15 x86 Thread Safe x64 vs x86 x64 is for 64 […]
telnet
To install telnet on Windows Sever 2012, run
1 |
dism /online /Enable-Feature /FeatureName:TelnetClient |
Sending Email with telnet […]
hMailServer
hMailServer is a free Open Source Mail Server for Windows. https://www.hmailserver.com Delete mail queue in hmailserver hMailServer connection to imap server failed […]
hMailServer connection to imap server failed
To Fix the error Change Auto-ban setting and restart hMailserver hMail IMAP server failed Try Disabling Firewall Click Start, Run and type:
1 |
Netsh firewall set opmode disable |
1 |
Netsh firewall set opmode enable |
1 2 |
Go to hMail Administrator > IP ranges And remove all Banned IPs |
See hMailServer […]
Delete mail queue in hmailserver
Hmail store mails in folder
1 |
C:\hMailServer\Data\ |
Delete all .EML files from Data Directory. Do not delete folders inside Data, that is users data. Go to Data Directory (C:\hMailServer\Data\) in command prompt and run below command.
1 2 |
cd "C:\hMailServer\Data\" del *.eml |
If you have lot of mails in queue, it may take some time to finish. See hmailserver […]
Sandboxie move sandbox from from drive c to d
To move Sandbox folder from C drive to D drive. Start Sandboxie Control.
1 |
Sandbox > Set Container Folder |
On next screen, select the drive where you need sandbox folder stored. […]
Generate CSR on Microsoft Windows Server
Generate CSR: IIS 6 Microsoft Windows Server 2003 Open the Internet Information Services (IIS) Manager. From the Start button select Programs > Administrative Tools > Internet Information Services Manager. In IIS Manager, double-click the local computer, and then double-click the Web Sites folder. Right-click the Web site for which you want to request a certificate, […]
Change Unidentified Network from public in windows 7
After upgrading Main computer (one that connect to DSL modem) on LAN, other PC’s are able to get internet. But failed to ping on 192.168.0.1. Method 1 Go to
1 |
Start > Search > secpol.msc |
Navigate to
1 |
Network List Manager Policies > Unidentified Networks |
Double Click and Change Location Type to
1 |
Private |
Warning This means from now on all Unidentified Networks will be set as private!! […]