==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.3
- Linux/BSD distribution name and version: CentOS Linux 7.2.1511 64bit
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
====
On a clean install of iRedmail on Centos 7.2 (minimal hosted on OpenVZ 4GB RAM) I noticed that amavisd refuses connections until restarted. Log example:
Dec 26 19:22:38 mail postfix/smtp[1260]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Dec 26 19:22:38 mail postfix/smtp[1260]: CCF52240BD9: to=<user1@domain.com>, relay=none, delay=0.16, delays=0.14/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
The mail sent is internal: user2@domain.com to user1@domain.com
After "service amavisd restart", the mail que runs and connections are possible again.