diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-08 17:04:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-08 17:04:08 +0000 |
commit | f49f67b85bafe170a83a0c773c893af3402180f2 (patch) | |
tree | 2629106075e0594a4b0ee659bf30e7060632e3a3 /mail/roundcube/files | |
parent | ffd8d549340e6ae3da39ac5e223cf189a24c4c2c (diff) | |
download | pkgsrc-f49f67b85bafe170a83a0c773c893af3402180f2.tar.gz |
RoundCube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.
This is roundcube-0.1-20070314 (SVN build 508)
Suggested by schmonz@
Diffstat (limited to 'mail/roundcube/files')
-rw-r--r-- | mail/roundcube/files/roundcube.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/roundcube/files/roundcube.conf b/mail/roundcube/files/roundcube.conf new file mode 100644 index 00000000000..eb4ee064647 --- /dev/null +++ b/mail/roundcube/files/roundcube.conf @@ -0,0 +1,15 @@ +# $NetBSD: roundcube.conf,v 1.1.1.1 2007/04/08 17:04:08 adrianp Exp $ +# +# RoundCube configuration file fragment for Apache + +<IfModule mod_alias.c> + Alias /roundcube/ "@RCDIR@/" +</IfModule> + +<Directory "@RCDIR@"> + AllowOverride All + DirectoryIndex index.php + <IfModule mod_php4.c> + php_flag file_uploads On + </IfModule> +</Directory> |