Update Servers/Linux/iRedMail.md
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user