Skip to main content

Mail module update

To enable and configure the new mail module, follow the steps below based on your operating system (Debian/Ubuntu or RHEL). You'll need root access via SSH to the server.

For Debian-based Systems (Debian, Ubuntu)

  1. Connect to your server via SSH as the root user.
  2. Update FASTPANEL to the latest version
apt update
apt install -y fastpanel2
  1. Install the necessary Dovecot package:
apt install -y dovecot-lmtpd
  1. Configure Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
  1. Configure Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
  1. Restart the Exim and Dovecot services:
systemctl restart exim4 dovecot

For RHEL-based Systems (Alma/Rocky linux, CentOS)

  1. Connect to your server via SSH as the root user.
  2. Update FASTPANEL to the latest version
yum install -y fastpanel2
  1. Install the necessary Dovecot package:
yum install -y dovecot-pigeonhole
  1. Configure Exim:
/usr/local/fastpanel2/fastpanel services configure -f -p exim
  1. Configure Dovecot:
/usr/local/fastpanel2/fastpanel services configure -f -p dovecot
  1. Restart the Exim and Dovecot services:
systemctl restart exim dovecot

After completing these steps, your mail services will be properly configured and switched to the new setup.
If you encounter any issues or have concerns during the process, please don't hesitate to contact our support team for assistance.