1

Topic: Respond to blacklisted mails

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 14.04
====

Hi,

I insert some IP addresses as blacklisted in the policy_group_members table of cluebringer. Now, when I try to send an email from one of the blacklisted addresses, the address gets an error message, that the IP is blacklisted. Is there away to avoid that and not sending out such a message? If so how can I do it?
Thanks for your help.

----

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

2

Re: Respond to blacklisted mails

You can create a new access policy in SQL table "cluebringer.access_control", use 'DISCARD' instead of 'REJECT' to process emails sent from blacklisted senders.

A simple way is updating existing access control rule ("reject_blacklisted") created by iRedMail.