rspamd multiserver settup

Discussion in 'Installation/Configuration' started by Gerritdl, Jan 2, 2025.

  1. Gerritdl

    Gerritdl Member HowtoForge Supporter

    on the configuration of the rspamd file, if my mailserver is ms1.serveflex.co.za
    do i change the mx1 in bold here to ms1 or leave it on mx1

    # Custom configuration:
    neighbours {
    mx1 {
    host = "https://ms1.serveflex.co.za:443";
    path = "/rspamd/";
    }
    mx2 {
    host = "https://ms1.serveflex.co.za:443";
    path = "/rspamd/";
    }
    }
    # Last updated: 19-01-2022
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes. If your system hostname is ms1 and not mx1, then you'll likely have to adjust that.
     

Share This Page