1 (edited by fisher006 2016-10-11 22:04:59)

Topic: WB list

======== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.5-1
- Linux/BSD distribution name and version:  centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:



Hi, Im using White and Black list by iredapd and i have little question.
It is possible send bounce to banned e-mail?
Because in this moment iredapd discard message and sender user don't have idea about ban in our mail server

We have:

$final_banned_destiny     = D_BOUNCE;

We want send to sender info about ban

Recipient address Blacklisted;

----

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

2

Re: WB list

In file /opt/iredapd/libs/__init__.py, find this line:

    'reject_blacklisted': 'DISCARD Blacklisted',

Replace 'DISCARD' by 'REJECT', restart iredapd service.

3

Re: WB list

It works - thanks