Comments on How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze
How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze This will guide you thru the installation of the latest stable version of RoundCube (currently version 0.7) and get it to work together with ISPConfig 3. This guide should work for most Linux distributions but may differ on some parts.
11 Comment(s)
Comments
Very nice sharing thank you very much
vi /etc/apache2/conf.d/roundcube.conf
must be
# RoundCube alias and redirect functions
Alias /webmail /var/www/webmail
<Directory /var/www/webmail>
Options +FollowSymLinks
# This is needed to parse /var/www/webmail/.htaccess. See its
# content before setting AllowOverride to None.
AllowOverride All
order allow,deny
allow from all
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>
# Protecting basic directories:
<Directory /var/www/webmail/config>
Options -FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/webmail/temp>
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
</Directory>
<Directory /var/www/webmail/logs>
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
</Directory>
to make sure it is working if the customer webspace doesn't use mod_php
thanks xxs
my one was not working in some domains (error 500) and i was trying guess why!
Thanks! ;)
Big Big Thanks !
it's working great !Thanks XXS for your solution, i've also had a few pages with ERROR 500
Thanks this worked great for my server :)
Thx for sharing.
I had to do a :
chown vmail:mail /var/vmail
For Roundcube to work ...
Had a few problems with apt-get install roundcube but after removing every little piece of that install and followed this tutorial, it worked like a charm.
Thanks, tested it on Ubuntu Server 12.10 configured from the tutorial the perfect Ubuntu server 12.10 from this site.
E'mails went and got reply from them in a gif'
Hi,
I reinstalled with the above confi and the installation is working perfect but now i am not able to see my mailbox's and settings etc from my ispconfig "Email" module..
Some one help.
Thankx.