How can I disable the real-time learning in Warden?

Overview

This article provides step-by-step instructions for disabling real-time learning and configuring scheduled nightly training within Warden. Procedures are available for both the web interface and the Command Line Interface (CLI).

Disable Real-Time Learning

To disable real-time learning via the web interface, follow these steps:

  1. Navigate to Warden > Settings > Learning Settings > Sieve learning.
  2. Uncheck the Use IMAP sieve learning option.
  3. Click Save to apply the changes.

You can also disable real-time learning using the CLI:

// turn off the real-time learning
warden --task=antispam:sievelearning --use_sieve_learning=0 --reload=yes

Enable Scheduled Training

Once real-time learning is disabled, configure scheduled nightly training using the following steps:

  1. Navigate to Warden > Settings > Training Settings.
  2. Configure the schedule for nightly training according to your operational requirements.
  3. Save the configuration.

Traning Settings

Alternatively, you can configure daily training at 3:00 AM via the CLI:

// set the training to daily at 3:00 AM
warden --task=antispam:training --training_interval=daily --training_hour=3

Troubleshooting

  • If configuration changes do not apply immediately, verify that all settings have been saved and reload the service if prompted.
  • Ensure CLI commands are executed with appropriate administrative privileges to prevent permission errors.
  • Confirm that the scheduled training window aligns with system maintenance periods to minimize performance impact during peak usage hours.
  • sa-learn, dovecot
  • 1 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

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...