1

Topic: iRedMail bug 0.9.0

==== 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;

----

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

2

Re: iRedMail bug 0.9.0

Negative. One is socket for PHP fastcgi, one is for iRedAdmin (uwsgi).