1

Topic: iredapd throttle problem ?

Hello,

I m trying to run iredapd throttle. I configured it but not working. Do you have any suggestion ?

greylisting is working.

settings.py

plugins = ["reject_null_sender", "reject_sender_login_mismatch", "greylisting", "throttle", "amavisd_wblist", "sql_alias_access_policy"]


main.cf

smtpd_recipient_restrictions =
    reject_unknown_recipient_domain
    reject_non_fqdn_recipient
    reject_unlisted_recipient
    check_policy_service inet:[127.0.0.1]:7777
    permit_mynetworks
    permit_sasl_authenticated
    reject_unauth_destination

# Data restrictions
smtpd_data_restrictions = reject_unauth_pipelining

# END-OF-MESSAGE restrictions
smtpd_end_of_data_restrictions = check_policy_service inet:[127.0.0.1]:7777

iredpad.log

2016-12-08 11:34:48 INFO [192.168.1.222] END-OF-MESSAGE, murat@domain.com => murat@domain2.com, DUNNO

Thanks for all helps.


==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Debian
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

----

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

2

Re: iredapd throttle problem ?

Please turn on debug mode in iRedAPD for troubleshooting. FYI:
http://www.iredmail.org/docs/debug.iredapd.html

Also, show us your throttle settings please with sql commands below:

USE iredapd;
SELECT * FROM throttle;