Since we already install a roundcubemail.conf file, we may as well use it

to set the Alias line, instead of asking the user to do it manually.

ok sthen@ (maintainer)
This commit is contained in:
ajacoutot 2011-03-21 09:28:38 +00:00
parent bf5cc34eac
commit b180f5c63b
3 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2011/03/02 08:38:01 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2011/03/21 09:28:38 ajacoutot Exp $
COMMENT = imap4 webmail client
@ -6,6 +6,8 @@ DISTNAME = roundcubemail-0.5.1
CATEGORIES = mail www
HOMEPAGE = http://www.roundcube.net/
REVISION = 0
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2

View File

@ -1,4 +1,6 @@
# $OpenBSD: roundcubemail.conf,v 1.5 2011/03/02 08:38:01 sthen Exp $
# $OpenBSD: roundcubemail.conf,v 1.6 2011/03/21 09:28:38 ajacoutot Exp $
Alias /roundcubemail/ "/var/www/roundcubemail/"
<IfModule mod_php5.c>
php_value suhosin.session.encrypt 0

View File

@ -6,10 +6,4 @@ directory. You can configure this as follows:
# apachectl stop
# apachectl start
Make the roundcubemail directory available to your web users, either
by adding a separate virtual host, or an alias in an appropriate part
of the web-server's configuration, e.g.:
Alias /roundcubemail/ "/var/www/roundcubemail/"
Next, follow ${INSTDIR}/INSTALL or ${INSTDIR}/UPGRADING