Quantcast
Channel: iRedMail — iRedMail Support
Viewing all articles
Browse latest Browse all 12092

Roundcubemail with php-suhosin patch and

$
0
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:
==== 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.


Viewing all articles
Browse latest Browse all 12092

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>