1

Topic: connect to 127.0.0.1:7777: Connection refused

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Ubuntu 14.04.3 LTS
- 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:

Feb 14 08:45:53 mail postfix/postscreen[2631]: CONNECT from [209.85.220.43]:35502 to [172.31.4.40]:25
Feb 14 08:45:59 mail postfix/postscreen[2631]: PASS NEW [209.85.220.43]:35502
Feb 14 08:45:59 mail postfix/smtpd[2636]: connect from mail-pa0-f43.google.com[209.85.220.43]
Feb 14 08:46:00 mail postfix/smtpd[2636]: warning: connect to 127.0.0.1:7777: Connection refused
Feb 14 08:46:00 mail postfix/smtpd[2636]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Feb 14 08:46:01 mail postfix/smtpd[2636]: warning: connect to 127.0.0.1:7777: Connection refused
Feb 14 08:46:01 mail postfix/smtpd[2636]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Feb 14 08:46:01 mail postfix/smtpd[2636]: NOQUEUE: reject: RCPT from mail-pa0-f43.google.com[209.85.220.43]: 451 4.3.5 Server configuration problem; from=<singa.seo@gmail.com> to=<pos$
Feb 14 08:46:01 mail postfix/smtpd[2636]: disconnect from mail-pa0-f43.google.com[209.85.220.43]
====

I tried to set up iRedmail several times, but failed. I terminated instance (I am using AWS ec2 t2.micro), and then created new instance. but fail to set up iRedmail again. I hope you to help me.

thank you in advance.

----

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

2

Re: connect to 127.0.0.1:7777: Connection refused

Try this:

rm /opt/iredapd/settings.pyc
service iredapd restart

WARNING: it's 'settings.pyc', not 'settings.py'.

3

Re: connect to 127.0.0.1:7777: Connection refused

ZhangHuangbin wrote:

Try this:

rm /opt/iredapd/settings.pyc
service iredapd restart

WARNING: it's 'settings.pyc', not 'settings.py'.

thank you. It's working!!!