From 436be39eb0f91fa80a5440a7e407dcca70d14b09 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 21 Jun 2024 18:18:50 -0600 Subject: [PATCH] Update Servers & Workflows/Linux/iRedMail.md --- Servers & Workflows/Linux/iRedMail.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Servers & Workflows/Linux/iRedMail.md b/Servers & Workflows/Linux/iRedMail.md index 0bcf64b..0bc6358 100644 --- a/Servers & Workflows/Linux/iRedMail.md +++ b/Servers & Workflows/Linux/iRedMail.md @@ -176,7 +176,7 @@ Lastly, we need to set up port forwarding to open the ports necessary for the se | TCP | 25 | 192.168.3.13 | SMTP (Email Server-to-Server Communication) | ## Install iRedAdmin-Pro -When it comes to adding extra features, start by copying the data from [this repository](https://placeholder.com) to the following folder by running these commands first: +When it comes to adding extra features, start by copying the data from this [Bunny Lab repository](https://git.bunny-lab.io/bunny-lab/iRedAdmin-Pro-SQL) to the following folder by running these commands first: ``` sh # Stop the iRedMail Services @@ -197,6 +197,8 @@ sudo reboot ## Activate iRedAdmin-Pro At this point, if you want to use iRedAdmin-Pro, you either have a valid license key, or you adjust the python function responsible for checking license keys to bypass the check, effectively forcing iRedAdmin to be activated. In this instance, we will be forcing activation by adjusting this function, seen below. +There is someone else who outlined all of these changes, and additional (aesthetic) ones, like removing the renew license button from the license page, but the core functionality is seen below. If you want to see the original repository this was inspired from, it can be found [Here](https://github.com/marcus-alicia/iRedAdmin-Pro-SQL) + ``` sh # Take permission of the python script sudo chown nicole:nicole /opt/www/iRedAdmin-2.5/libs/sysinfo.py