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)

Add comment

Please register in our forum first to comment.

Comments

By: butun gazeteler

Very nice sharing thank you very much

By: xxs

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

By: R Costa

thanks xxs

my one was not working in some domains (error 500) and i was trying guess why!

By: mrekko

Thanks! ;)

By: Switchup

Big Big Thanks !

it's working great !

By: Bogdan

Thanks XXS for your solution, i've also had a few pages with ERROR 500

By: Nick

Thanks this worked great for my server :)

By: Crackerjack

Thx for sharing.

I had to do a :

chown vmail:mail /var/vmail

For Roundcube to work ...

By: feby

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'

By: Alex

Hi,
I installed my RC and using it without much trouble in sending and receiving mails but i have this problem of sending attachments. My attachments keep showing attaching but does not finish. I checked & found out that only attachments exceeding 100kb are not being attached. I have verified the upload, post and memory parameters in php.ini are all perfect. (50M,50M and 128M) respectively.
I have no clue why this is happening?
Thankx, 
 

 

By: Alex

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.