rspamd service on servers without mail

Discussion in 'General' started by variable99, Feb 26, 2024.

  1. variable99

    variable99 Member

    For some reason I have rspamd service running on servers where email is disabled (not installed). Those servers was installed with command:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades --use-php=7.4,8.1,8.2 --use-unbound --no-dns --no-roundcube --no-mailman --ssh-harden --interactive
    Is it safe to stop/remove rspamd from those servers? I have completely separate server for email and webmail.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This system is configured as a mail server by the options you have chosen. Mail is installed there as you did not used the --no-mail option.

    If you do not use the mail system on these servers, then you can remove it. But be aware, these servers have been configured for email now, so removing it will likely disable the ability to use the local postfix for sending emails from websites on that system, unless you manually remove all configs in postfix.
     

Share This Page