1

Topic: Roundcubemail with php-suhosin patch and

==== 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:
==== I installed php-suhosin patch to help secure some questionable php code in an inhouse forward facing web application that we use.  That broke roundcubemail.  I found the fix on roundcubemails forums.  Turns out this should actually be applied during installation, but it's an easy fix.  Add the following code to /etc/apache2/sites-available/default-ssl below the last <Directory> listing:

        <Directory /usr/share/apache2/roundcubemail/>
                AllowOverride FileInfo AuthConfig Limit Options
        </Directory>

now reload apache2 config files:

$ sudo service apache2 reload

Nothing else should need changed.  Roundcubemail should now work with suhosin patch.

----

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