Debian based Self-Hosted UniFi Network Server

Install and setup base Debian server. I’m using Debian 12 for this install. Install required packages before you begin with the following command: Use the following command to add a new source list: Add the GPG Keys. Install libssl1.1 (required by mongodb) Install the correct version of MongoDB. Install and upgrade the UniFi Network application with the following command: The […]

Add SPF validation to Postfix

Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server’s SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to install and configure: Install required […]

Configure Postfix to relay sub-domains

Configure Postfix to relay sub-domains

I found myself in need to having Postfix relay or forward an entire sub-domain to a remote server. My setup includes a number of test servers running my development installs of the Freeside Billing system. The setups need to be able to both send and receive email. Sending is for system email delivery. Receiving is mainly for the built-in Request […]

Set Up a Mail Server

How to Set Up a Mail Server with Postfix, Dovecot and PostfixAdmin on Debian 11 Here I will document building a new mail server to replace my existing server. I will install this in a virtual server on my ProxMox server. My hardware requirements are very minimal. I will create a container with a 100GB drive capacity, 8GB of ram […]

Install NextCloud

How to Install NextCloud on Debian 11. Today I’m documenting the installing process for the latest version of NextCloud. I will be installing this on Debian 11. I will use Apache w/PHP as the web server and PostgreSQL as the database. NextCloud is a self-hosted alternative to Dropbox and Google Drive. It is made up from a set of server […]