openbsd-ports/mail/roundcubemail/files/roundcubemail.conf
sthen b58af53d5c - update to 0.5.2: various bug fixes and robustness improvements, updated
tinymce (compatible with ie9)

- remove unnecessary patch

- add a hint to roundcubemail.conf suggesting that people may need
to adjust the timezone value if they have problems with invalid sessions
2011-04-22 15:11:08 +00:00

20 lines
518 B
Plaintext

# $OpenBSD: roundcubemail.conf,v 1.8 2011/04/22 15:11:08 sthen Exp $
Alias /roundcubemail ${TINSTDIR}
<IfModule mod_php5.c>
php_value suhosin.session.encrypt 0
</IfModule>
<Directory ${TINSTDIR}>
AllowOverride Indexes FileInfo Options
<IfModule mod_php5.c>
php_value file_uploads 1
php_value session.auto_start 0
php_value mbstring.func_overload 0
# If you have session problems, try setting this
# to your database server's timezone.
php_value date.timezone UTC
</IfModule>
</Directory>