1

Topic: Recipients limit rules

============ Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: debianx64 8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====
Hi!
I need to limit my outgoing messages.
Specify the following parameters:

smtpd_recipient_limit = 15
smtpd_client_recipient_rate_limit = 15
anvil_rate_time_unit = 60s

Whether it is possible either to increase the limit for a single local address, mailing doing inside my network. Or, to cancel these restrictions when sending from one local to another local address, leaving them for external recipients?

----

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

2

Re: Recipients limit rules

I'm afraid postfix doesn't support this restriction itself, take a look at our iRedAPD plugin "throttle" (please read the comment lines to understand how to set a throttle and what features it offers):
https://bitbucket.org/zhb/iredapd/src/5 … at=default

3

Re: Recipients limit rules

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Downloadable installer
- Linux/BSD distribution name and version: CentOS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- 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.
====

Hi ZhuangHuangBin,

Other than limiting the number of outgoing emails using throttle plugin, is there anyway to limit the number of recipients per email?

Thank you.

Best Regards,
Jovi Tan

4

Re: Recipients limit rules

jovi.tan wrote:

Other than limiting the number of outgoing emails using throttle plugin, is there anyway to limit the number of recipients per email?

You can do it with Postfix setting "default_recipient_limit". FYI:
http://www.postfix.org/postconf.5.html# … ient_limit