Hello folks
This update release fixes the most important bugs of the 0.4 stable release
such as the disappearing upload box or buggy SQL scripts. Further more
support for format=flowed has been improved and some language files have
been completed.
When talking about languages, there are still plenty of our localizations
which are not 100% complete, some of them are even less than 60%. Please
visit http://translator.roundcube.net and send us your updated localization
files.
We recommend to update all existing Roundcube installations with this
release. For a complete list of changes see
http://trac.roundcube.net/wiki/Changelog. Download it from here:
http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PLAIN is the default. It is ALWAYS available, even if you have other
methods in place. Therefore, your system now just drops down to PLAIN
before trying anything else ! Therefore, you will see a speed increase
as the system just logs in , rather than trying anything else first.
Of course, if the other AUTH methods you advertise work, then they
should be similar in speed.
What generally happens is that the server will advertise an AUTH
method
that it doesn't support. Then you see speed loss due to try and catch
handshaking while the client drops down each time to a lower level of
authentication. This can kill sessions. So its try, stop and wait, try
something else, stop and wait, try stop and wait, oh that one works !!
On Thu, 30 Sep 2010 21:43:52 +0700, <hoannt(a)mail.ciid.cz.cc> wrote:
> Hi Stan,
>
> Last time, I let those configuration as default:
>
> $rcmail_config['imap_auth_type'] = null;
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = null;
>
> Now, my one is:
>
> $rcmail_config['imap_auth_type'] = "plain";
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = "."; //a dot for delimiter
>
> 1. $rcmail_config['imap_auth_type'] = "plain";
> Actually, in MYSQL database, the Password is MD5-CRYPT. I just checked
> it again, the password was store like
> "$1$51dd62a1$RxZRpwoZ/q5EuEH/3epFp". But I don't know why I setup the
> PLAIN and it's still working. This is my experience when I configure
> for
> ManageSieve Plugin (of RoundCube). I also set Plain for ManageSieve and
> it works.
>
> 2. $rcmail_config['imap_root'] = ""; //blank
> I store all mails in the directory of each user, so this parameter is
> blank.
>
> 3. $rcmail_config['imap_delimiter'] = ".";
> I'm using Dovecot and the Default folder Delimiter is a dot "."
>
> In my opinion, the first one, "imap_auth_type", is the most important
> parameter to speed up when you are login, and when you're click on other
> folders in the interface. I changed it once and the effect was very
> good. It was true in my case.
> For the second and the third, I see no effect but I still want to
> change it.
>
> BRs/ Hoan.
>
>
>
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
> BT/0fe063a5
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Supporter,
I migrated my Email server from
SquirrelMail to RoundCube.
From the last (with SquirrelMail)
the Email Server worked fine.
Now, my RoundCube interface
works fine also, except, the loading speed of Web page quite slow. It
slows down speed of all components like Login Page, Mailing Page, Compose
Page, Settings Page...
Could you please let me know what is
the Recommendation Hardware to using Round Cube (Chip, RAM, Bus speed,
HardDisk...). This might be my old Server with weak processing capability,
and I plan to upgrade it.
May thanks in advance for you
support.
BRs/ HoanNT.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I upgraded mysql from 5.0 to 5.1 and now the "password" plug-in
refuses to save. The log follows. RC version is 0.4, and mysql was
updated successfully when I switched from 0.4-beta.
I don't undestand why the error messages suggests me to run
"mysql_upgrade" when this is a script to migrate from one version of RC
to another.
DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message:
Could not execute statement]
[Last executed query: SELECT update_passwd('*****', 'xxx(a)xxx.xx')]
[Native code: 1558] [Native message: Column count of mysql.proc is
wrong. Expected 20, found 16.
Created with MySQL 50067, now running 50151. Please use mysql_upgrade
to fix this error.]
in /path/to/roundcubemail-0.4/program/include/rcube_mdb2.php on line
644
(POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
Thanks for any help
Roberto
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've installed roundcubemail (v0.4) for the first time and after
resolving a few initial issues I was able to log in and view my email
(using myself as a test).
The problem comes when I try to move a message to the trash, I get an
error stating "could not move the message". When I sent a test message
to myself, it delivered ok, but I also got an quick error and nothing
shows up in the sent folder.
I've dug around in the wiki and searched the email list archives and
haven't be able to find this topic covered.
So, other than my inbox (in /var/spool/mail), where are the "folders"
that roundcubemail uses in the filesystem and what ownership and
permissions should they have?
background:
centos 5.5
postfix for smtp
dovecot for imap/pop
Today is the first time I've configured the imap server, but dovecot is
pretty easy to work with... and I've had the pop server working for over
6 years now.
--
Steve Lindemann, MSIS __
Network Administrator //\\ ASCII Ribbon Campaign
Marmot Library Network \\// against HTML/RTF email,
+1.970.242.3331 x116 //\\ vCards & M$ attachments
http://www.marmot.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm running a RoundCube installation on a FreeBSD server here, and
it's fed by a *remote IMAP server. As recommended in the settings, I
set
$rcmail_config['enable_caching'] = true;
but despite this, accessing the mails is *dead slow. It takes at least
5 seconds to access any given folder, and this doesn't seem to change
after the folder has been accessed once (and hence cached?). This
makes using RoundCube quite inconvenient.
I'm quite oblivious as to what could cause such a slow performance,
but I'm willing to test and try.
Hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
How configure roundcube to display names from GECOS field into
the From: field ?
Actually we use LDAP backend and the name displayed is the *login*
( uid ) of the sender , I would like to display real names extract from
the GECOS field ( givenName LDAP attr )
thanks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
We've recently migrated our webmail service to RoundCube, but we've been
having some problems with Internet Explorer.
Internet Explorer tries to download the attachment but we get the error
showed in this picture:
http://feupload.fe.up.pt/get/cIICVrzuu0VmuKI
In all the other browsers we have no problem.
Has anyone encountered this problem?
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, Everybody!
I updated my Roundcube to the latest stable version, than I tried change
my signature.
I see this message:
"SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]"
error log:
[08-szept-2010 13:59:46] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Sep-08 13:59:46 +0200]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I think it's a database problem.
Can I make the new columns of RC database automatically (by an update
script)?
Best Regards,
Gabor Bernics
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e