1

Topic: Blacklist not working?

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello,
From few days in my log I have:

message reject detail
---------------------
  RCPT
    450 4.7.1 Client host rejected: cannot find your reverse hostname, [89.42.31.250]; from=<apache@easy2buy.net> to=<contact@mydomain.com> proto=ESMTP helo=<easy2buy.net> (total: 20)

I added this IP address to the blacklist. When I check blacklist with:

python wblist_admin.py --list --blacklist

I get:
* Establishing SQL connection.
* List all inbound blacklist for account: @.
89.42.31.250

It looks like the IP address is blacklisted.
But I still have the same in the log. Why?

----

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

2

Re: Blacklist not working?

Did you update Postfix setting "client_restriction_maps"? What's the current value?

3

Re: Blacklist not working?

Hmmm... I do not think I changed it.
Where can I find this setting?
In /etc/postfix/main.cf I do not have anything like that.

4

Re: Blacklist not working?

Sorry there's a typo in my last reply ("client_restriction_maps " should be "smtpd_client_restrictions").

Please run command below and show us the output:

postconf smtpd_client_restrictions smtpd_helo_restrictions smtpd_recipient_restrictions smtpd_sender_restrictions