This article is about Automated Installation of ISPConfig3.1 on Ubuntu 18.04 and the issue with Roundcube. The installation steps can be found here and very well laid down – https://www.howtoforge.com/tutorial/ubuntu-ispconfig-automated-install-script/ I installed it on a Linode instance (the $10 instance). The first thing I found is the softwares is better updated manually prior to the… Continue reading ISPConfig 3.1 Automated Installation
Category: Miscellaneous
DNS Records and Godaddy
I have no idea why Godaddy have to make things difficult by trying to be simple (different). Whenever the main domain needs to be referred @ is needed and a must. I had used “domian.com.” but it didn’t work – the DNS records were not propagating Where there is a subdomain, the domain should not… Continue reading DNS Records and Godaddy
Gmail SMTP and Two Factor Authentication
PHP code for Amazon SNS Auto Subscription Confirmation (HTTPS)
Amazon Simple Notification Service or SNS is a messaging service which be used to send notifications by SMS, Email, Push notification or to a URL endpoint. For a quick on setting up Amazon SNS see this article Amazon SNS setup for HTTPS and Email Code for auto confirmation of subscriptions <?php $json_write_to_text = file_get_contents(“php://input”); //read… Continue reading PHP code for Amazon SNS Auto Subscription Confirmation (HTTPS)
Amazon SNS setup for HTTPS and Email
Login to AWS Console Goto Simple Notification Service Create a Topic Add a Subscription – the easy and safe way to do this is by clicking the ARN of the Topic (in the topic listing page ) and going to the Topic details page. Choose your subscription protocol (in simpler words in which way you… Continue reading Amazon SNS setup for HTTPS and Email