Just as a complement, it seems that duplication continues happening as users log on after update. I took a little look and saw that new entries was adder to users just 10 minutes ago, all the usernames already exist at the database with lower ids.
It seems that monday i will have a lot of users trying to kill me... lol
see u later.
----------------
>> You mean 0.3.1 to 0.4.1?
Yes.
>> >> Are your users logging in with full email address?
No, users only need their login without the @domain
>> >> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> >> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
>>You mean 0.3.1 to 0.4.1?
Yes.
>> Are your users logging in with full email address?
No, users only need their login without the @domain
>> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Good day,
Two days ago i have upgraded roundcube 1.3.1 to 1.4.1 version following the instructions at "UPGRADING" guide.
After that, some random users are complaining about losing information such as contacts and signatures.
Taking a look at the database (at "users" table), i noticed that this users now have a duplicate entry (with two IDs) and all information at tables like identities and contacts are pointing to the older user_id.
I would like to know if this behavior was seen by any other person. I was also thinking if the deletion of the new user entry could solve the problem in this cases.
Thanks in advance.
_______________________________________________
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