Re: iRedMail-0.9.3 has been released.
When you enable greylisting in iredapd, don't you need to add greylisting to the settings config value in settings.py or else iredapd won't use that plugin?
Oh, you caught a bug.
iRedMail-0.9.3 enables greylisting by default, but if you upgrade from old iRedMail release, it doesn't enable greylisting by default, you have to enable it with a SQL command (we take MySQL for example):
sql> USE iredapd;
sql> INSERT INTO greylisting (account, priority, sender, sender_priority, active) VALUES ('@.', 0, '@.', 0, 1);
I will update upgrade tutorial immediately.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.