Update Servers/Linux/iRedMail.md

This commit is contained in:
Nicole Rappe
2024-01-06 21:00:32 -07:00
parent 4ffd3b1993
commit 018a3e8c46

View File

@ -10,7 +10,7 @@ The instructions below are specific to my homelab environment, but can be easily
## Configure FQDN ## 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`. 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. 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 ``` sh
sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config # (1) sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config # (1)