==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
============ Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP):
- Linux/BSD distribution name and version: Centos 6.5
- Related log if you're reporting an issue:
====
Hi Zhang,
I found a second bug.
https://bitbucket.org/zhb/iredmail/src/ … ult#cl-122
Line 122
uwsgi_pass unix:PH_UWSGI_SOCKET_IREDADMIN;
PH_UWSGI_SOCKET_IREDADMIN already returns "unix:"
(PHP_FASTCGI_SOCKET_FULL="unix:${PHP_FASTCGI_SOCKET}”?)
The line should be
uwsgi_pass PH_UWSGI_SOCKET_IREDADMIN;