1

Topic: 451 4.3.5 Server configuration problem

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.1
- Linux/BSD distribution name and version: FreeBSD 10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): NginX
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: 451 4.3.5 Server configuration problem
====

For a fiew hours I get that error and no messages could be sent or received.
What could be wrong? How to fix?

Maillog:
Oct  5 16:19:31 mx postfix/smtpd[2355]: connect from mx.rseed.com[18.10.91.3]
Oct  5 16:19:31 mx postfix/smtpd[2355]: warning: connect to 192.168.0.2:10031: Connection refused
Oct  5 16:19:31 mx postfix/smtpd[2355]: warning: problem talking to server 192.168.0.2:10031: Connection refused
Oct  5 16:19:32 mx postfix/smtpd[2355]: warning: connect to 192.168.0.2:10031: Connection refused
Oct  5 16:19:32 mx postfix/smtpd[2355]: warning: problem talking to server 192.168.0.2:10031: Connection refused
Oct  5 16:19:32 mx postfix/smtpd[2355]: NOQUEUE: reject: RCPT from mx.rseed.com[18.10.91.3]: 451 4.3.5 Server configuration problem; from=<vas@mchi.com> to=<some@domain.ltd> proto=ESMTP helo=<mx.rseed.com>
Oct  5 16:19:32 mx postfix/smtpd[2355]: disconnect from mx.rseed.com[18.10.91.3]

Messages:
Oct  5 16:07:12 mx root: /etc/rc: WARNING: failed to start amavisd
Oct  5 16:07:36 mx root: /etc/rc: WARNING: failed to start policyd2

iRedApd log:
2015-10-05 16:16:37 INFO Starting iRedAPD (version: 1.6.0, backend: mysql), listening on 192.168.0.2:7777.
2015-10-05 16:16:37 INFO Loading plugin: reject_null_sender
2015-10-05 16:16:37 INFO Loading plugin: amavisd_message_size_limit
2015-10-05 16:16:37 INFO Loading plugin: amavisd_wblist
2015-10-05 16:16:37 INFO Loading plugin: sql_alias_access_policy

Looked at this (http://www.iredmail.org/forum/topic1776 … eived.html) post but no luck for resolve it.
Also removed listening on 192.168.0.2:7777 but still not working.

----

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

2

Re: 451 4.3.5 Server configuration problem

enderr wrote:

Oct  5 16:19:31 mx postfix/smtpd[2355]: warning: connect to 192.168.0.2:10031: Connection refused

port 10031 is Cluebringer service (policyd2), please try to start it first. Any error message in terminal or log files under /var/log/?

3 (edited by enderr 2015-10-05 21:43:53)

Re: 451 4.3.5 Server configuration problem

[root@mx /]# service policyd2 start
Starting policyd2.
eval: /usr/local/bin/cbpolicyd: not found
/usr/local/etc/rc.d/policyd2: WARNING: failed to start policyd2

/usr/local/bin/cbpolicyd - exists in that place

4

Re: 451 4.3.5 Server configuration problem

could it be the problem with perl?
currently it is 5.18 installed but system asks to upgrade to 5.20

5

Re: 451 4.3.5 Server configuration problem

enderr wrote:

Starting policyd2.
eval: /usr/local/bin/cbpolicyd: not found
/usr/local/etc/rc.d/policyd2: WARNING: failed to start policyd2

Why you don't have /usr/local/bin/cbpolicyd? Do you have port mail/policyd2 installed?

6

Re: 451 4.3.5 Server configuration problem

ZhangHuangbin wrote:
enderr wrote:

Starting policyd2.
eval: /usr/local/bin/cbpolicyd: not found
/usr/local/etc/rc.d/policyd2: WARNING: failed to start policyd2

Why you don't have /usr/local/bin/cbpolicyd? Do you have port mail/policyd2 installed?

It is there
I don't know why it says it is not there

7

Re: 451 4.3.5 Server configuration problem

I've upgraded perl and all the packages related
now I get a error:
Oct  5 21:27:27 mx postfix/pipe[1947]: B1F513F9774: to=<info@domain.ltd>, relay=dovecot, delay=0.31, delays=0.01/0.06/0/0.24, dsn=4.3.0, status=deferred (temporary failure. Command output: doveconf: Error: Couldn't load plugin /usr/local/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.2.ABIv17(2.2.18) (we have 2.2.ABIv19(2.2.19)) doveconf: Error: Couldn't load plugin /usr/local/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.2.ABIv17(2.2.18) (we have 2.2.ABIv19(2.2.19)) doveconf: Error: Couldn't load plugin /usr/local/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.2.ABIv17(2.2.18) (we have 2.2.ABIv19(2.2.19)) )

8

Re: 451 4.3.5 Server configuration problem

just upgrade dovecot2 and dovecot-pigeonhole and it worked

9

Re: 451 4.3.5 Server configuration problem

Is the policyd issue solved?