From 018a3e8c46f820538ff437912b3bbcc68092e996 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 6 Jan 2024 21:00:32 -0700 Subject: [PATCH] Update Servers/Linux/iRedMail.md --- Servers/Linux/iRedMail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers/Linux/iRedMail.md b/Servers/Linux/iRedMail.md index 37a6ed5..12200b7 100644 --- a/Servers/Linux/iRedMail.md +++ b/Servers/Linux/iRedMail.md @@ -10,7 +10,7 @@ The instructions below are specific to my homelab environment, but can be easily ## Configure FQDN Ensure the FQDN of the server is correctly set. You can find the hostname configured in two locations: `/etc/hostname` and `/etc/hosts`. -## Disable SELINUX +## Disable SELinux iRedMail doesn't work with SELinux, so please disable it by setting below value in its config file /etc/selinux/config. After server reboot, SELinux will be completely disabled. ``` sh sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config # (1)