1 (edited by bysamahmadli 2024-01-17 17:18:55)

Topic: Throttling quota exceeded

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.3 MARIADB edition.
- Deployed with iRedMail Easy or the downloadable installer? with iRedMail.sh script
- Linux/BSD distribution name and version: Rocky Linux release 8.8 (Green Obsidian)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server: nginx/1.14.1
- Manage mail accounts with iRedAdmin 2.5 (MySQL) Free version
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

12.01.2024 17:45 554 5.7.1 : End-of-data rejected: Throttling quota exceeded Name0 Surname0 (name0.surname0@domain.com) 12.01.2024 17:45 554 5.7.1 : End-of-data rejected: Throttling quota exceeded Name1 Surname1 (name1.surname1@domain.com)  12.01.2024 17:45 554 5.7.1 : End-of-data rejected: Throttling quota exceeded

Hi I have this error. I've added to /opt/iredapd/settings.py file the line "THROTTLE_BYPASS_LOCAL_RECIPIENT = False" but it not works for me. Here is my throttle table configs in iredapd database:
+----+-----------+-------------+----------+----------+------------+--------------+---------------+---------------+
| id | account | kind        | priority | period | msg_size | max_msgs | max_quota | max_rcpts |
+----+-----------+-------------+----------+----------+------------+--------------+---------------+---------------+
|  1 | @.         | outbound|        0   |   1800  |        0     |      200      |         0        |        -1       |
+----+-----------+-------------+----------+----------+------------+--------------+---------------+---------------+

Does it means that our user trying send more than 200 messages in 30 minutes ?

----

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

2

Re: Throttling quota exceeded

bysamahmadli wrote:

Does it means that our user trying send more than 200 messages in 30 minutes ?

Seems yes.
Please check /var/log/iredapd/iredapd.log to figure it out.