Hits: 2669Using Roundcube exclusively gives “An Error occurred! Server Error: UID COPY: The folder could not be found” as it doesn’t create the Trash, although it does create a “sent mail” when you send your first email message and drafts if you save a message that you are editing. When you use the Outlook client it …
Set Hmailserver to use Active Directory for User Login
Hits: 8864Using 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 …
Continue reading “Set Hmailserver to use Active Directory for User Login”
@MongoDB: Setting up @Windows 2016 Server, Soon Linux too
Hits: 1016Below 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 …
Continue reading “@MongoDB: Setting up @Windows 2016 Server, Soon Linux too”
Announcing New Secure MongoDB 3.6 on Windows Server 2016
Hits: 712MongoDB 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 …
Continue reading “Announcing New Secure MongoDB 3.6 on Windows Server 2016”
RoundCube with Mail Server on Windows – HmailServer Superior to GSuite, Office 365 or Yahoo Mail
Hits: 4542RoundCube 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
Hits: 616There 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 …
Setup MX Record in Route 53 with a domain that you registered with AWS
Hits: 22339Register a domain with Route 53 Many people get stuck setting up an EC2 Instance as a mail server. Did you send a test message to your new instance and never receive the email ? To set up a mail server you first need the MX record to be properly setup in Route 53 …
Continue reading “Setup MX Record in Route 53 with a domain that you registered with AWS”
This sounds really great and affordable. AquaSec Security Has On-Demand Scanner for Container Images on AWSMarketplace
Hits: 920For 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 …
More than Six steps to creating a successful email newsletter
Hits: 944Get your Emails read and in the Inbox I was going focus on me and how successful I am, when I read the following link, below. It reminded me that emails need to focus on the customer. Always give information that is useful. Click bait gets folks angry, so, even if your an introvert, …
Continue reading “More than Six steps to creating a successful email newsletter”
Why I Hate Salesforce – Charming CRM
Hits: 2253“I Hate Salesforce” – For people who are frustrated and say Salesforce. Charming CRM based on Vtiger 7 vs Salesforce Charming CRM is based on Open Source Vtiger 7. It is pre-installed on an AWS Ec2 Server. Charming CRM addresses much advice given about Vtiger 7 bugs, especially the WebForms have been fixed. Webforms …
vTiger 7 Webforms broken – fields, form, 500 error in – Here’s the fix for CRM
Hits: 4706Vtiger 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 …
Continue reading “vTiger 7 Webforms broken – fields, form, 500 error in – Here’s the fix for CRM”
Bootstrapping a Docker Swarm Mode Cluster – Semaphore
Hits: 2182 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 …
Continue reading “Bootstrapping a Docker Swarm Mode Cluster – Semaphore”
Kubernetes: Running MongoDB on Kubernetes with StatefulSets
Hits: 24579Running 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 …
Continue reading “Kubernetes: Running MongoDB on Kubernetes with StatefulSets”