Setup Hmailserver  with ssl works with Outlook 2016 but not with Roundcube 

Visits: 2405How to generate custom self-signed SSL certificates and apply it to Dovecot – Plesk Help Center, producing the certs for HmailServer worked using these directions for OpenSSl for windows. http://slproweb.com/products/Win32OpenSSL.html cd into install dir c:\openssl-win32\bin use .\ before each command.   I followed Generate root private key: # openssl genrsa -out rootCA.key 2048 Generate …

@MongoDB: Setting up @Windows 2016 Server, Soon Linux too

Visits: 1206Below is what I did for Windows installation with Password Security. You can easily install MongoDB on Windows Server 2016 on AWS Marketplace:    https://aws.amazon.com/marketplace/pp/B07B5KMNMB   Install the MSI that you download from official mongodb site. After that it still needs some work Run in CMD window not powershell.. “C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe” –config “C:\Program Files\MongoDB\Server\3.6\mongod.cfg” –install …

Announcing New Secure MongoDB 3.6 on Windows Server 2016

Visits: 816MongoDB 3.6 on #Windows 2016 Server Password protected and ready for connections. This Mongodb installation is password protected and open to internet Connections. MongoDB 3.6 is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. Best of all is on Windows. The default …

Configuring a Windows Instance Using EC2Launch to reset password for a new AMI on EC2

Visits: 4439I launched a new Windows Server 2016 on AWS. When packaging up an EC2 to pass on to clients or to the AWS Marketplace I am not sure what the issues were. I have switched back and forth to between SVR 2012 and 2016. I don’t do fancy stuff, just resetting the password I …