1 (edited by Thierry 2015-09-20 15:23:01)

Topic: [SOLVED] warning: connect to 127.0.0.1:7777: Connection refused

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Debian 8
- 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:
====

Hi,

Sometimes I have these erros:

 postfix/smtpd[19884]: warning: connect to 127.0.0.1:7777: Connection refused
Sep 20 09:13:28 zobe postfix/smtpd[19884]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Sep 20 09:13:29 zobe postfix/smtpd[19884]: warning: connect to 127.0.0.1:7777: Connection refused
Sep 20 09:13:29 zobe postfix/smtpd[19884]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Sep 20 09:13:29 zobe postfix/smtpd[19884]: NOQUEUE: reject: RCPT from unknown[192.168.0.112]: 451 4.3.5 Server configuration problem; from=<user@domain.tld> to=<user@gmail.com> proto=ESMTP helo=<hostname.domain.tld>

The solution:

apt-get install python-setuptool
easy_install DBUtils

~# python -c "import DBUtils; print DBUtils.__version__"
1.1

restart iredapd.service

Is there any other solution than using setuptools ? I don't like to install packages from an unknown source ....

Thx

----

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

2

Re: [SOLVED] warning: connect to 127.0.0.1:7777: Connection refused

The error means iRedAPD is not running. What's the message in /var/log/iredapd.log right after you restart iredapd service?

3

Re: [SOLVED] warning: connect to 127.0.0.1:7777: Connection refused

Sorry I didn't check the logs just after I restart this service ....
I will do it next time (if there is a next time) ...
Thx