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.