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

Visits: 2415How 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 …

Set Hmailserver to use Active Directory for User Login

Visits: 9706Using Active Directory LDAP might be more secure than using the standard Hmailserver user verification. This was really simple, as most things are with HmailServer. I set the local Windows 2012 Server as the AD. Source: Install Active Directory on Windows Server 2012 show directions how to do this. I did this for our pre-installed …

HOW TO: Install Spamassassin For Windows and SPAMD service – hMailServer forum

Visits: 8475 HOW TO: Install Spamassassin For Windows and SPAMD service Quote Post by jimimaseye » 2015-04-27 11:13 This tutorial is a re-publish of a tutorial already on this forum, but simplified for clarity). It’s aim is to install Spamassassin and its service for running in connection with the default integration with Hmailserver. It is a simple procedure that …

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

Visits: 1214Below 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: 823MongoDB 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 …

RoundCube with Mail Server on Windows – HmailServer Superior to GSuite, Office 365 or Yahoo Mail

Visits: 4846RoundCube with Mail Server on Windows is a simple solution for your organization’s Email needs Switch from Gsuite to Charming Full Email Server HmailServer with WebMail Why would you want to switch from Gsuite, Yahoo mail, Office 365, etc. to your own cloud host using a Pre-configured HmailServer  with Roundcube? Gsuite is difficult to …

Extending a Windows File System after Resizing the Volume – Amazon Elastic Compute Cloud

Visits: 732There are several short steps that you need to follow to enlarge your EBS volume on a Windows EC2 instance. After expanding the EBS Volume from the EC2 console, Windows needs to know whether you want it as the same Drive letter or to exapand the existing one.   https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-modify-volume.html  Modifying an EBS Volume …

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

Visits: 4445I 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 …

Import and export databases using phpMyAdmin – TechRepublic

Visits: 1077phpMyAdmin offers one of the easiest ways to import and export databases on a MySQL environment. Follow along with Jack Wallen’s phpMyAdmin tutorial. Source: Import and export databases using phpMyAdmin – TechRepublic Exporting databases The first step in this process is to export the working database from the source server. Log in to the …