Mailmodule-update
Volg de onderstaande stappen op basis van uw besturingssysteem (Debian/Ubuntu of RHEL) om de nieuwe mailmodule in te schakelen en te configureren. U hebt root-toegang tot de server via SSH nodig.
Voor Debian-gebaseerde systemen (Debian, Ubuntu)
- Maak via SSH verbinding met uw server als de root-gebruiker.
- Werk FASTPANEL bij naar de nieuwste versie
apt update
apt install -y fastpanel2
- Installeer het vereiste Dovecot-pakket:
apt install -y dovecot-lmtpd
- Configureer Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
- Configureer Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
- Start de Exim- en Dovecot-services opnieuw:
systemctl restart exim4 dovecot
Voor RHEL-gebaseerde systemen (Alma/Rocky linux, CentOS)
- Maak via SSH verbinding met uw server als de root-gebruiker.
- Werk FASTPANEL bij naar de nieuwste versie
yum install -y fastpanel2
- Installeer het vereiste Dovecot-pakket:
yum install -y dovecot-pigeonhole
- Configureer Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
- Configureer Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
- Start de Exim- en Dovecot-services opnieuw:
systemctl restart exim dovecot
Na het voltooien van deze stappen worden uw mailservices correct geconfigureerd en overgeschakeld naar de nieuwe configuratie.
Als u tijdens het proces problemen ondervindt of vragen hebt, aarzel dan niet om contact op te nemen met ons supportteam voor hulp.