I had the same problem and I believe that it is now solved. Here is what i did.
---I have a fresh install using the directions at this link:
http://www.howtoforge.com/iredmail-0.7. … an-squeeze
---I believe that policyd is turned off as it is commented out in /etc/postfix/main.cf
#
# Uncomment the following line to enable policyd sender throttle.
#
#smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10032
---However when I look at the /var/log/mail.log:
Jun 30 12:23:25 mail postfix/smtpd[31140]: warning: connect to 127.0.0.1:10031: Connection refused
Jun 30 12:23:25 mail postfix/smtpd[31140]: warning: problem talking to server 127.0.0.1:10031: Connection refused
---Tried to reinstall policyd with no affect
apt-get --reinstall install postfix-policyd
---I have rremoved (database and all) and reinstalled policyd
apt-get remove postfix-policyd
apt-get install postfix-policyd
---Restart policyd
/etc/init.d/postfix-policyd restart
Restarting Postfix greylisting policy daemon: postfix-policyd.
This had no other output
---Restarted it directly and got the segmentation fault
/usr/sbin/postfix-policyd restart
starting policyd v1.82
Segmentation fault
---upgraded
apt-get update
apt-get dist-upgrade
---rebooted all the iRedMail processes
for i in rsyslog apache2 postfix mysql slapd postfix-policyd dovecot amavis clamav-daemon clamav-freshclam cron iredapd iptables; do /etc/init.d/${i} restart; done
Stopping enhanced syslogd: rsyslogd.
Starting enhanced syslogd: rsyslogd.
Restarting web server: apache2 ... waiting .
Stopping Postfix Mail Transport Agent: postfix.
Starting Postfix Mail Transport Agent: postfix.
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
Stopping OpenLDAP: slapd.
Starting OpenLDAP: slapd.
Restarting Postfix greylisting policy daemon: postfix-policyd.
Restarting IMAP/POP3 mail server: dovecot.
Stopping amavisd: amavisd-new.
Starting amavisd: amavisd-new.
Stopping ClamAV daemon: clamd.
Starting ClamAV daemon: clamd .
Stopping ClamAV virus database updater: freshclam.
Starting ClamAV virus database updater: freshclam.
Restarting periodic command scheduler: cron.
Stopping iredapd ...
Starting iredapd ...
Flushing firewall rules: iptables.
Setting chains to policy ACCEPT: filter.
Unloading iptables modules.
Applying iptables firewall rules:.
---I now get
lsof -i :10031
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
postfix-p 532 policyd 6u IPv4 81563 0t0 TCP localhost:10031 (LISTEN)