Naar hoofdinhoud springen

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)

  1. Maak via SSH verbinding met uw server als de root-gebruiker.
  2. Werk FASTPANEL bij naar de nieuwste versie
apt update
apt install -y fastpanel2
  1. Installeer het vereiste Dovecot-pakket:
apt install -y dovecot-lmtpd
  1. Configureer Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
  1. Configureer Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
  1. Start de Exim- en Dovecot-services opnieuw:
systemctl restart exim4 dovecot

Voor RHEL-gebaseerde systemen (Alma/Rocky linux, CentOS)

  1. Maak via SSH verbinding met uw server als de root-gebruiker.
  2. Werk FASTPANEL bij naar de nieuwste versie
yum install -y fastpanel2
  1. Installeer het vereiste Dovecot-pakket:
yum install -y dovecot-pigeonhole
  1. Configureer Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
  1. Configureer Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
  1. 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.