1 (edited by gilles.quenot 2019-02-25 05:29:42)

Topic: 'Recipient address rejected: Intentional policy rejection, iredapd 2.4

- iRedMail version 0.9.9
- Linux debian8
- Store mail accounts in MySQL
- Web server Nginx


Hi,

i saw this bug on old release, but I upgraded to iredmail 0.9.9 with latest iredapd 2.4.

I still have this bug, I can't receive emails from my bank.

Regards, GQ

----

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

2 (edited by GenZod 2019-02-26 06:38:18)

Re: 'Recipient address rejected: Intentional policy rejection, iredapd 2.4

gilles.quenot wrote:

- iRedMail version 0.9.9
- Linux debian8
- Store mail accounts in MySQL
- Web server Nginx


Hi,

i saw this bug on old release, but I upgraded to iredmail 0.9.9 with latest iredapd 2.4.

I still have this bug, I can't receive emails from my bank.

Regards, GQ

I ran into this myself. You need to whitelist your bank's domain name via the tool provided by iRedApd in /opt/iredapd/tools/.

Example: python greylisting_admin.py --whitelist-domain --from '@thebank.com'

-GZ

3

Re: 'Recipient address rejected: Intentional policy rejection, iredapd 2.4

Thanks !

4

Re: 'Recipient address rejected: Intentional policy rejection, iredapd 2.4

This is greylisting service, not a bug.
FYI: https://docs.iredmail.org/errors.html#i … gain-later

Instead of whitelisting the domain with "python greylisting_admin.py --whitelist-domain --from" option, i suggest whitelisting it by SPF DNS record like this:

cd /opt/iredapd/tools/
python2 spf_to_greylist_whitelists.py --submit 'thebank.com'

it's a good idea to make it working immediately instead of waiting for the cron job to fetch (and store) its SPF DNS records:

cd /opt/iredapd/tools/
python2 spf_to_greylist_whitelists.py