Set Hmailserver to use Active Directory for User Login

Visits: 9700Using 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 …

@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 …

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

Visits: 4840RoundCube 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: 725There 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 …

This sounds really great and affordable. AquaSec Security Has On-Demand Scanner for Container Images on AWSMarketplace

Visits: 1024For 29 cents you can find nasty stuff on your Images. Using the marketplace scanner, everything from Trojans to forgotten keys, and Vulnerabilities  were found. I can’t wait to try this. I don’t know if I know the folks from this biz, but pray for their success. Aqua’s On Demand Vulnerability Scanner – How it …

vTiger 7 Webforms broken – fields, form, 500 error in – Here’s the fix for  CRM

Visits: 4917Vtiger WebForms don’t work, so here is a quick and needed fix. Vtiger version 5, 6 and 7 have issue creating webforms to capture leads from their website. They have added the ability to have the form work with other modules than just leads, but it still didn’t work. Install OpenSource Charming CRM. Everything …

Bootstrapping a Docker Swarm Mode Cluster – Semaphore

Visits: 2341 Adding Cluster Nodes At this point, we have a cluster with a single manager node – a cluster, albeit meagre in substance. Before we augment the cluster with additional nodes, we need to attend to an AWS configuration detail. Docker Machine will have created an AWS security group (in the absence of our specifying the …

Kubernetes: Running MongoDB on Kubernetes with StatefulSets

Visits: 24772Running MongoDB replica set with one click is the goal. Perhaps this will help. At Google, everything runs in a container, including databases. You just need the right tools. Kubernetes 1.5 includes the new StatefulSet API object (in previous versions, StatefulSet was known as PetSet). With StatefulSets, Kubernetes makes it much easier to run …