From 9279d21d6ebf2b5d9b0942dc41a8dc398d53eff6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 21 Jun 2024 18:21:38 -0600 Subject: [PATCH] Update Servers & Workflows/Linux/iRedMail.md --- Servers & Workflows/Linux/iRedMail.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Servers & Workflows/Linux/iRedMail.md b/Servers & Workflows/Linux/iRedMail.md index 0bc6358..0eba2ed 100644 --- a/Servers & Workflows/Linux/iRedMail.md +++ b/Servers & Workflows/Linux/iRedMail.md @@ -4,6 +4,9 @@ Self-Hosted Open-Source email server that can be setup in minutes, and is enterp !!! note "Assumptions" It is assumed you are running at least Rocky Linux 9.3. While you can use CentOS Stream, Alma, Debian, Ubuntu, FreeBSD, and OpenBSD, the more enterprise-level sections of my homelab are built on Rocky Linux. +!!! warning "iRedMail / iRedAdmin-Pro Version Mismatching" + This document assumes you are deploying iRedMail 1.6.8, which at the time of writing, coincided with iRedAdmin-Pro 5.5. If you are not careful, you may end up with mismatched versions down the road as iRedMail keeps getting updates. Due to how you have to pay for a license in order to get access to the original iRedAdmin-Pro-SQL repository data, if a newer version of iRedAdmin-Pro comes out after February 2025, this document may not account for that, leaving you on an older version of the software. This is unavoidable if you want to avoid paying $500/year for licensing this software. + ## Overview The instructions below are specific to my homelab environment, but can be easily ported depending on your needs. This guide also assumes you want to operate a PostgreSQL-based iRedMail installation. You can follow along with the official documentation on [Installation](https://docs.iredmail.org/install.iredmail.on.rhel.html) as well as [DNS Record Configuration](https://docs.iredmail.org/setup.dns.html) if you want more detailed explanations throughout the installation process.