RoundCube does not save Personal Settings

2006-03-22 Thread Ralf Rottmann



RoundCube is 
fantastic. However, when users set personal settings (language, default 
identity, etc.) it does not save them. The next time they login it all is back 
to default. Any hint? Where does RoundCube store the prefs?

Regards
R.



Re: Attachment problem

2006-03-22 Thread Thomas Bruederli
Kico Zaninetti wrote:
 I'm having a problem with attachment files bigger then 1Mb.
 1) When I try to send more than 1Mb, I got a blank screen.
 2) When I receive a mail with more than 1Mb attachment file, I just
 can't open it.
 
 My php.ini is configured to send 10Mb attachments and I have modified
 the .htaccess on roundcube root dir to 10Mb too.
 Version 0.1 stable.

1) Don't forget to set the post_max_size to the same size in .htaccess
2) Check the error log if there are reports about memory limits. RC will
load the whole message into ram which can exhaust the configured memory
limit. You can adjust that as well in .htaccess:
php_value memory_limit 10M
 
 Does anyone can give a hint about what is hapening?
 
 Thanks a lot.
 
 Kico Zaninetti
 carpe diem

~Thomas




Virtual mailboxes

2006-03-22 Thread Christopher R. Parr
Hi!

What is the correct way to set up access to virtual mailboxes? I'm
using the cvs version.

Thanks

Christopher Parr




Re: RoundCube does not save Personal Settings

2006-03-22 Thread Martin Marques

On Wed, 22 Mar 2006 09:14:24 +0100, Ralf Rottmann [EMAIL PROTECTED] wrote:
 RoundCube is fantastic. However, when users set personal settings
 (language,
 default identity, etc.) it does not save them. The next time they login it
 all is back to default. Any hint? Where does RoundCube store the prefs?

In the table users, field preferences of your database.

See if there isn't any DB error while trying to change preferences.

-- 
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';
Universidad Nacional|   DBA, Programador, 
del Litoral |   Administrador
-






Re: Virtual mailboxes

2006-03-22 Thread Martin Marques

On Wed, 22 Mar 2006 10:18:08 +0100, Christopher R. Parr [EMAIL PROTECTED] 
wrote:
 Hi!
 
 What is the correct way to set up access to virtual mailboxes? I'm
 using the cvs version.

Here is your answer (from config/main.inc.php):

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'ssl://localhost:993';

-- 
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';
Universidad Nacional|   DBA, Programador, 
del Litoral |   Administrador
-






Re: RoundCube does not save Personal Settings

2006-03-22 Thread Ralf Rottmann
Well, in the user table the language IS set to de_DE and in the prefs field
I find

a:4:{s:8:timezone;d:1;s:8:pagesize;i:40;s:11:prefer_html;b:1;s:10:pre
ttydate;b:1;}

So it seems as if it is not DB access/storage causing the problem.

Any other idea and does anybody know what the prefs string exactly means?

Regards
R.
 

-Original Message-
From: Martin Marques [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 22. März 2006 13:35
To: Ralf Rottmann
Cc: users@lists.roundcube.net
Subject: Re: RoundCube does not save Personal Settings


On Wed, 22 Mar 2006 09:14:24 +0100, Ralf Rottmann [EMAIL PROTECTED]
wrote:
 RoundCube is fantastic. However, when users set personal settings 
 (language, default identity, etc.) it does not save them. The next 
 time they login it all is back to default. Any hint? Where does 
 RoundCube store the prefs?

In the table users, field preferences of your database.

See if there isn't any DB error while trying to change preferences.

--
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';
Universidad Nacional|   DBA, Programador, 
del Litoral |   Administrador
-







Re: Virtual mailboxes

2006-03-22 Thread Christopher R. Parr
Thanks. To be more specific:
I have got 4 Mail accounts in 2 domains, but they all run on one
mailserver, crparr.net. I have set the default host to crparr.net but
I cannot connect...

Thanks in advance

Christopher

2006/3/22, Martin Marques martin@bugs.unl.edu.ar:

 On Wed, 22 Mar 2006 10:18:08 +0100, Christopher R. Parr [EMAIL PROTECTED] 
 wrote:
  Hi!
 
  What is the correct way to set up access to virtual mailboxes? I'm
  using the cvs version.

 Here is your answer (from config/main.inc.php):

 // the mail host chosen to perform the log-in
 // leave blank to show a textbox at login, give a list of hosts
 // to display a pulldown menu or set one host as string.
 // To use SSL connection, enter ssl://hostname:993
 $rcmail_config['default_host'] = 'ssl://localhost:993';

 --
 -
 Lic. Martín Marqués |   SELECT 'mmarques' ||
 Centro de Telemática|   '@' || 'unl.edu.ar';
 Universidad Nacional|   DBA, Programador,
 del Litoral |   Administrador
 -







Re: Virtual mailboxes

2006-03-22 Thread Martin Marques

On Wed, 22 Mar 2006 15:09:31 +0100, Christopher R. Parr [EMAIL PROTECTED] 
wrote:
 The domains that are being served are crparr.net and oberhollenzer.cc.
 but both are being served by mail.crparr.net.  so the followiung
 string should be correct:
 $rcmail_config['default_host'] = 'mail.crparr.net';
 
 Is this correct?

No! Read the comment above each configuration parameter. You need to set these 
three parameters in main.inc.php:

$rcmail_config['default_host']
$rcmail_config['mail_domain']
$rcmail_config['smtp_server']

Read the comments of all three.

-- 
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';
Universidad Nacional|   DBA, Programador, 
del Litoral |   Administrador
-






Re: RoundCube does not save Personal Settings

2006-03-22 Thread Dan Schaper
And your question about what the pref string means, s:8 is the size of the variable name, timezone has 8 characters, so string size is 8, timezone is the variable, d stores the value, for timezone it is set to GMT +1...


VariableStringSize: 8 Variable: Timezone datavalue 1
Size: 8 Variable Pagesize integervalue 40 (40 messages displayed per page)
Size: 11Variable prefer_html binaryvalue 1 (prefer_html set to true)
Size:10 Variable prettydate binaryvalue 1 (use pretty dates set to true)

All of these variable can be set to default values in the main.inc.php file, at the bottom, and can be changed by the user in the Preference dialogue.Roundcube Forum now open 
www.roundcubefourm.net

-- 
Dan Schaper 
On 3/22/06, Ralf Rottmann [EMAIL PROTECTED] wrote:
Well, in the user table the language IS set to de_DE and in the prefs fieldI finda:4:{s:8:timezone;d:1;s:8:pagesize;i:40;s:11:prefer_html;b:1;s:10:pre
ttydate;b:1;}So it seems as if it is not DB access/storage causing the problem.Any other idea and does anybody know what the prefs string exactly means?RegardsR.-Original Message-
From: Martin Marques [mailto:martin@bugs.unl.edu.ar]Sent: Mittwoch, 22. März 2006 13:35To: Ralf RottmannCc: users@lists.roundcube.net
Subject: Re: RoundCube does not save Personal SettingsOn Wed, 22 Mar 2006 09:14:24 +0100, Ralf Rottmann [EMAIL PROTECTED]wrote: RoundCube is fantastic. However, when users set personal settings
 (language, default identity, etc.) it does not save them. The next time they login it all is back to default. Any hint? Where does RoundCube store the prefs?In the table users, field preferences of your database.
See if there isn't any DB error while trying to change preferences.---Lic. Martín Marqués | SELECT 'mmarques' ||Centro de Telemática| '@' || '
unl.edu.ar';Universidad Nacional| DBA, Programador, del Litoral | Administrador-
-- Dan Schaper 


Re: Virtual mailboxes

2006-03-22 Thread Dan Schaper
For multiple values, you need to declare them in an array,

$rcmail_config['default_host'] = array('dom1.cparr.net,dom2.crparr.net);

Roundcube Forum now open 
www.roundcubefourm.net

-- 
Dan Schaper 

On 3/22/06, Martin Marques martin@bugs.unl.edu.ar wrote:
On Wed, 22 Mar 2006 14:42:48 +0100, Christopher R. Parr 
[EMAIL PROTECTED] wrote: Thanks. To be more specific: I have got 4 Mail accounts in 2 domains, but they all run on one mailserver, crparr.net. I have set the default host to 
crparr.net but I cannot connect.. 2006/3/22, Martin Marques martin@bugs.unl.edu.ar: // the mail host chosen to perform the log-in
 // leave blank to show a textbox at login, give a list of hosts // to display a pulldown menu or set one host as string. // To use SSL connection, enter ssl://hostname:993 $rcmail_config['default_host'] = 'ssl://localhost:993';
Which are your domains? Suppose they are dom1.crparr.net and dom2.crparr.net, all you have to do is set this:$rcmail_config['default_host'] = '
dom1.crparr.net,dom2.crparr.net';---Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática| '@' || 'unl.edu.ar';Universidad Nacional| DBA, Programador, del Litoral | Administrador-
-- Dan Schaper 


Error loading login page

2006-03-22 Thread William Martino
I have been using roundcube for a while now and all has been well. I just updated my server and now I am getting the message.Fatal error: Call to undefined function session_set_save_handler() in /home/familychat/roundcube/program/include/session.inc on line 152PHP was upgraded, but I didn't change anything. Any help on this would be great.Let me know if you need more infoThanks,Bill--- 
This message has been scanned for viruses and dangerous
content by MailScanner, and is believed to be clean.
MailScanner thanks transtec Computers for their support.