1 (edited by awkpavo 2017-06-15 20:58:29)

Topic: How to enable training mode for greylisting?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): v0.9.6
- Linux/BSD distribution name and version: Ubuntu 16.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
====

The greylisting is currently enabled and is 'intentionally rejecting' a lot. So I want to put it in training mode to see if it helps making it better and deliver mail faster without rejecting it constantly from every new (legit) mailserver. The documentation (http://www.iredmail.org/docs/manage.iredapd.html) refers to training mode but not the exact line/value to put in the config.

How do I get it in training mode?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How to enable training mode for greylisting?

Add one more setting in /opt/iredapd/settings.py:

GREYLISTING_TRAINING_MODE = True

3

Re: How to enable training mode for greylisting?

ZhangHuangbin wrote:

Add one more setting in /opt/iredapd/settings.py:

GREYLISTING_TRAINING_MODE = True

Hi

same option version 1.3.2?

do i have to restart after this something?

B.R. Jarno

4

Re: How to enable training mode for greylisting?

Same option. Restarting "iredapd" service after you modified its config file /opt/iredapd/settings.py.