1

Topic: Uncomment below line to enable policyd sender throttle

==== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: debian
- Related log if you're reporting an issue:
====

by accident I found in /etc/postfix/main.cf these lines:

# Uncomment below line to enable policyd sender throttle.
# smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10032


well I would like this very much, but there's no policyd running on port 10032

please advise,
hk

----

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

2

Re: Uncomment below line to enable policyd sender throttle

The port is wrong unless you've made some change in the config files. The correct port is 10031.

Run netstat -an and see if policyd or postfix-cluebringer is listening on port 10031. Then change it in main.cf.

3

Re: Uncomment below line to enable policyd sender throttle

You can find two policyd rc scripts under /etc/init.d/, one starts a Policyd instance to listen port 10031 (for greylisting, white/blacklist, etc), another listens on port 10032 (for throttling).