1

Topic: Send message limit

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  v1.3.1
- Deployed with iRedMail Easy or the downloadable installer? no
- Linux/BSD distribution name and version: Debian 10
- 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,
How can I limit count of sending emails from server? Perfectly will be limit per account, for example 100 messages per account daily.

----

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

2

Re: Send message limit

iRedAPD offers the throttling feature, it can be easily managed with iRedAdmin-Pro. If you don't have iRedAdmin-Pro, please check comment lines in file below to understand how to add throttle settings:
https://github.com/iredmail/iRedAPD/blo … hrottle.py

3

Re: Send message limit

ZhangHuangbin wrote:

iRedAPD offers the throttling feature, it can be easily managed with iRedAdmin-Pro. If you don't have iRedAdmin-Pro, please check comment lines in file below to understand how to add throttle settings:
https://github.com/iredmail/iRedAPD/blo … hrottle.py

Hello Zhang,
All working fine. One more question. Is possible to add two (or more) limits to (working parallel) for one account? For example, 100mails per hour and 10.000mails daily? I tried, but database key index "account_kind" is my blocker. Can not add two records for the same account.

4

Re: Send message limit

mirek wrote:

Is possible to add two (or more) limits to (working parallel) for one account? For example, 100mails per hour and 10.000mails daily?

No. Sorry.
Maybe you can simply pick up (only) one better limit and avoid 2 or more limits for same setting.