How can I migrate Warden settings from one server to another?

Overview

This article provides step-by-step instructions for migrating Warden content filter policies, blacklists, whitelists, and Bayes training data between servers. Before beginning the migration process, ensure you have administrative privileges on both the source and destination environments.

Migrate Content Filter Policies, Blacklists, and Whitelists

Use the Policy Migrator interface to export configurations from a source server and import them into a destination server.

Policy Migrator

  1. Navigate to Warden > Settings > Content Filter Settings > Policy Migrator.
  2. Select the target users for migration.
  3. Select Warden as the data source.
  4. Click the Export button and save the generated XML file to your local workstation.
  5. On the destination server, navigate to Warden > Settings > Content Filter Settings > Policy Migrator.
  6. In the Policy Import section, click Browse, locate the exported XML file, and select it.
  7. Click the Import button to apply the configurations to the destination server.

Re-Train Bayes

Once you have your mail migrated you can easily re-train bayes from Warden using the following commands. See here for more information.

// train spam for all domains
warden --task=antispam:train --oper=train_spam --domains=all

// train ham for all domains
warden --task=antispam:train --oper=train_ham --domains=all
  • blacklists, export, import, migration, whitelists, migrate
  • 2 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

How can I install or upgrade the extension?

We provide free installation and configuration for all our paid licenses. Open a support ticket...

How can I add stronger Postfix restrictions so that the bulk of spam is rejected at the SMTPD level before it gets processed by Amavis?

Overview Warden enables administrators to enforce stricter Postfix SMTPD restrictions. These...

How can I change the interface language of the extension?

Overview This article provides instructions on how to change the interface language within the...

How can I configure greylisting with Warden Anti-spam and Virus protection?

Overview Greylisting is an email filtering mechanism designed to mitigate spam by temporarily...