
12th October 2006, 21:59
|
|
Member
|
|
Join Date: Aug 2006
Location: Sao Paulo - Brasil
Posts: 70
Thanks: 3
Thanked 1 Time in 1 Post
|
|
Problem saving RoundCube Personal Settings
Hans,
I followed your RoundCube Guide, was very easy. But, I don't get save my Personal Settings. I configure Time Zone, Identity and others things, and save. I logoff and after I login this configs is missing.
I check the pormissions of all files, all have the www-data.
I don't know what happen.
Thanks,
Vinicius
|

12th October 2006, 23:22
|
|
Moderator
|
|
Join Date: Dec 2005
Location: Montfoort, The Netherlands
Posts: 2,252
Thanks: 208
Thanked 642 Times in 291 Posts
|
|
Hi,
I have read about "saving identities" problem in RoundCube before.
I had the same problem when i used the .pkg package provided by ISPConfig.
I do not have these problems, since i've setup and use RoundCube according my Howto.
The only thing is that i still have to remove the .@www. within the emailaddress.
I've also read in RoundCube forums that it might help if you set your emailaccount to "default" within the RoundCube identities screen.
I would say, give this option a try.
Let me know your experience about this.
__________________
Hans
BB-Hosting | Quality Web Hosting since 2005
|

13th October 2006, 08:03
|
|
Member
|
|
Join Date: Aug 2006
Location: Sao Paulo - Brasil
Posts: 70
Thanks: 3
Thanked 1 Time in 1 Post
|
|
Hi Hans,
I find a way to manage this problem. First I erase all registers in the MySQL database with PHPMyAdmin, erase the table sessions and identities from Roundcube Database. After that, I login with the ISPConfig user like webx_AAAAA, I change and save my personal settings. And when I relogin my settings is correct...
I don't agree with my solution, but is functional.... I found in the Google, RoundCube User List, something like a patch, but I couldn't download it.
This my experience....
|

13th October 2006, 09:30
|
|
Moderator
|
|
Join Date: Dec 2005
Location: Montfoort, The Netherlands
Posts: 2,252
Thanks: 208
Thanked 642 Times in 291 Posts
|
|
I did not have your problems, but your solution sounds great.
I'm happy that it works now for you.
RoundCube is getting better and better, we must not forget that it is still in beta.
However, the current version works really nice on my server.
__________________
Hans
BB-Hosting | Quality Web Hosting since 2005
|

13th October 2006, 15:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,599 Times in 2,448 Posts
|
|
Quote:
|
Originally Posted by interprb
Maybe in the ispconf co-domain script that adds the / ? I really don't know.
|
Check your Vhosts_ispconfig.conf. You should find a rewrite rule there that does the forwarding. What does it look like?
|

15th October 2006, 16:04
|
|
Member
|
|
Join Date: Mar 2006
Posts: 95
Thanks: 9
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by Hans
|
Hi
I have installed following the instrucciones of this how to, but the following error appear in the login : DB error: Couldn't access users table (Unknown column 'id' in 'field list')
They can help me?
Thank you
|

15th October 2006, 16:17
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,190
Thanks: 61
Thanked 13 Times in 11 Posts
|
|
I would sugest the easiest solution, I use at the moment:
create a manual vhost for mail.* which forwards everzone of zour hosted domains to a single installation of zour favorite webemail client.
in mz case I have installed squirrelmail and roundcube (you can use the tutorials of hans) into /var/www/webmail/web/squirrelmail and /var/www/webmail/web/roundcube
my /var/www/webmail/web/index.html is just a simple page which lets you choose between those 2 webmailers.
then I created the mail.* vhost pointing to /var/www/webmail/web/ and created mail.hosteddoamins.com DNS entries for all my hosted domains.
you need no redirect, the mail.* vhost will catch every access to mail subdomain of each of your domains....
I hope I made myself clear about this.
|

31st October 2006, 23:36
|
|
Senior Member
|
|
Join Date: Sep 2006
Posts: 100
Thanks: 3
Thanked 1 Time in 1 Post
|
|
I am sorry, can you break it down a little more for me please.
|

7th November 2006, 08:02
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
Check your Vhosts_ispconfig.conf. You should find a rewrite rule there that does the forwarding. What does it look like?
|
I am having this problem as well. If I curl http://webmail.mydomain.com, it works just fine, but if I try to pull it up in a browser, forward slash is added and I get a page not found error. My webmail vhost entry looks like this:
Code:
#
#
#
######################################
# Vhost: webmail.reformationstudios.com:80
######################################
#
#
<VirtualHost 64.79.199.117:80>
ServerName webmail.reformationstudios.com:80
ServerAdmin webmaster@reformationstudios.com
DocumentRoot /var/www/web11/web
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web11/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web11/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/var/www/web11/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
</VirtualHost>
#
#
And the vhost entry for the main domain:
Code:
######################################
# Vhost: www.reformationstudios.com:80
######################################
#
#
<VirtualHost 64.79.199.117:80>
RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:8000/$1 [P]
<Location />
Order deny,allow
Allow from All
</Location>
ServerName www.reformationstudios.com:80
ServerAdmin webmaster@reformationstudios.com
DocumentRoot /var/www/web10/web
ServerAlias reformationstudios.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web10/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web10/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/var/www/web10/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
</VirtualHost>
#
#
#
Last edited by meekish; 7th November 2006 at 08:05.
|

7th November 2006, 11:16
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
In the vhost webmail.reformationstudios.com is no forward. Please post the vhost where you entered the forwarding code that shall forward to webmail.reformationstudios.com.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 19:03.
|
|
Recent comments
2 hours 38 min ago
3 hours 38 min ago
7 hours 25 min ago
8 hours 39 min ago
12 hours 15 min ago
19 hours 30 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 20 hours ago
1 day 23 hours ago