1

Topic: Blocked MTA-BLOCKED

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

Sep 21 10:10:14 web amavis[486055]: (486055-14) (!)UekPH6o-OxZN FWD from <abc+bounces-1039-abc=hncjsc.vn@hncjsc.vn> -> <abc@hncjsc.vn>, BODY=7BIT 554 5.4.0 from MTA(smtp:[172.31.11.79]:10028): 554 5.4.0 Error: too many hops
Sep 21 10:10:14 web amavis[486055]: (486055-14) Blocked MTA-BLOCKED {RejectedInternal}, MLMMJ LOCAL [172.31.11.79] [27.72.30.227] /ESMTP <abc+bounces-1039-abc=hncjsc.vn@hncjsc.vn> -> <abc@hncjsc.vn>, (ESMTPSA://27.72.30.227), Message-ID: <045901d86131$3629f200$a27dd600$@hncjsc.vn>, mail_id: UekPH6o-OxZN, b: pY-w5AKK-, Hits: -, size: 122841, , From: <ddk@hncjsc.vn>, X-Mailer: Microsoft_Outlook_15.0, helo=, dkim_new=dkim:hncjsc.vn, 86 ms


Currently I am facing Blocked MTA-BLOCKED problem. I hope I can get your help

----

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

2 (edited by Cthulhu 2022-09-22 01:18:46)

Re: Blocked MTA-BLOCKED

amavis is sending the messsage back to postfix after checking it

amavis has to spawn fewer processes than postfix wants to accept.

test this in /etc/amavis.conf:

Code:
$max_servers = 5;     # num of pre-forked children (2..30 is common), -m
$max_requests = 10;   # retire a child after that many accepts (default 20)

3

Re: Blocked MTA-BLOCKED

Does this tutorial help? Make sure you have same numbers in Postfix and Amavisd.
https://docs.iredmail.org/concurrent.processing.html