1

Topic: iredAPD and throttle_tracking

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and: Debian 8
- 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 enable iredapd (iRedAPD-1.9.1) with only throttle plugins and this rule to limit abuse in outbound SMTP-Auth:

INSERT INTO throttle (account, kind, priority, period, msg_size, max_msgs, max_quota) VALUES ('@.','outbound',0,7200,0,1000,0);

and add these line in postfix main.cf:

smtpd_recipient_restrictions =
        check_policy_service inet:192.168.3.181:7777,
        permit_mynetworks,
        reject_non_fqdn_recipient

smtpd_end_of_data_restrictions = check_policy_service inet:192.168.3.181:7777

All works fine but if I sent an email with 2 (or more) recipients iredapd in throttle_tracking table insert only '1' in cur_msgs. Should not insert 2 (or more) in throttle_tracking? Or throttle count/limit only per sasl_authentication?

Thanks

----

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

2

Re: iredAPD and throttle_tracking

alessice wrote:

if I sent an email with 2 (or more) recipients iredapd in throttle_tracking table insert only '1' in cur_msgs.

This has been fixed in the latest iRedAPD development edition.
we plan to release iRedMail-0.9.6 on Jan 16, it will ship new iRedAPD release.

If you cannot wait, download beta release and upgrade:
- Download: http://www.iredmail.org/yum/misc/iRedAPD-beta.tar.bz2
- Upgrade tutorial: http://www.iredmail.org/docs/upgrade.iredapd.html

3

Re: iredAPD and throttle_tracking

ZhangHuangbin wrote:
alessice wrote:

if I sent an email with 2 (or more) recipients iredapd in throttle_tracking table insert only '1' in cur_msgs.

This has been fixed in the latest iRedAPD development edition.
we plan to release iRedMail-0.9.6 on Jan 16, it will ship new iRedAPD release.

Update to iRedAPD development edition and works fine :-)

Thanks