On Mon, 2 Aug 2010 17:33:09 +0200, Cor Bosman <cor(a)xs4all.nl> wrote:
> We have about 50,000 users depending on it right now, and im running
> SVN-3838 or something. The SVN versions are generally better than
> 0.4-beta. But you have to be willing to be on top of things. I check
> the tracker almost every day to see if any serious issues were
> addressed, or more importantly, patches were reversed.
>
> Cor
>
Agreed. My ~2000 users are on r3788. I decided to hold it there until
the Safari/Windows attachment bug was fixed. (That happened over the
weekend.) I do not update my "production" server until I have
identified
a stable Trunk release, and even then only after testing.
I would recommend that if you decide to go this route, install
Subversion to checkout and manage your Trunk version rather than
manually downloading a nightly build. Using Subversion you can easily
backout a bad update.
- Arne
==================================
I want to add a comment to this. I have no real concerns about using a
trunk version in production - with two requirements.
One is that I be deliberate and careful in testing and choosing a
stable release, and that once a stable version has been identified and
placed into production, don't keep upgrading as the trunk changes. Wait
for a compelling reason to change.
The other is that I probably would NOT use a trunk early in the
development cycle. Doing so now as we approach the stable release isn't
too bad, but early on it would be harder to find a version to sit on.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, using roundcube 0.4beta I see very slow performance when double
clicking on an email before it finally displays the email (45 secs) -
this is in a large inbox of some 33,000 messages (with threading enabled).
The inbox itself displays quickly (1-2 secs), emails displayed in the
preview window display instantly, it's simply double clicking an email
to open it which is extremely slow (regardless of whether the preview
window is displayed).
The issue appears to be threading related - if I disable threading on
the inbox then there is no delay on double clicking, only if I ask for
the inbox to be threaded is there a delay opening an email
This seems to be confirmed by the log files from the mail server
(Dovecot) which shows the imap requests on opening the message as follows:
cp01 CAPABILITY
sel1 SELECT "INBOX"
FH12 UID FETCH 52231 (UID RFC822.SIZE FLAGS INTERNALDATE BODYSTRUCTURE
BODY.PEEK[HEADER.FIELDS (DATE FROM TO SUBJECT REPLY-TO IN-REPLY-TO CC
BCC CONTENT-TRANSFER-ENCODING CONTENT-TYPE MESSAGE-ID REFERE
NCES DISPOSITION-NOTIFICATION-TO X-PRIORITY X-DRAFT-INFO)])
thrd1 THREAD REFS US-ASCII ALL
s SORT (ARRIVAL) US-ASCII ALL
fuid FETCH 33027 (UID)
fuid FETCH 32991 (UID)
fuid FETCH 33006 (UID)
fuid FETCH 6738 (UID)
lsb LSUB "" "*"
ftch0 UID FETCH 52231 (BODY.PEEK[1])
I LOGOUT
And in particular the corresponding "thrd1" response is a huge list of
all the threads in the inbox. Top shows that there is a ton of load due
to the php task. However, although I haven't yet looked at the code, I
really don't see why we need a list of all the message threads when
opening just an individual message?
Does anyone have a suggestion as to a possible fix?
Thanks
Ed W
_______________________________________________
List info: http://lists.roundcube.net/users/
The installation docs say to install Roundcube in the doc root directory. But of which user? Do I create separate user? Is this a server-wide solution or just for an individual user?
Bob
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have issues with moving messages to IMAP folders. Message listing and
viewing in folders works just nice.
If I drag and drop a message from message list to a folder in the tree
view I get an error message saying moving the message is impossible.
The logs/errors file does not log anything. The request POST is:
_mbox=INBOX&_target_mbox=somefolder.subfolder&_from=&_uid=8659&_remote=1
and the response is
{"action":"moveto","unlock":false,"exec":"this.list_mailbox();\nthis.display_message(\"Impossibile
spostare il messaggio\",\"error\");\n"}
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
Well, I've royally messed up in that all of the users in our system
are now identified by username@localhost, instead of using the domain.
I enabled the virtuser_file plugin in 0.4-beta, and after working
around a few errors, it now identifies the new users correctly. How do
I tell roundcube to refill the identities table of all of the users
that currently have an account?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hallo!
Ich teste gerade roundcube und finde es toll! Da es direkt auf unserem
rootserver läuft, ist im Login-screen die Angabe des Servernamens irritierend.
Lässt sich da nicht dauerhaft "localhost" eintragen und die Zeile "Servername"
ausblenden? Wo kann ich das einstellen?
Grüße
Andreas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
How can I change Settings globally? I want to put "Attachment names" to "Full RFC 2047 (other)" for all users.. Thanks.
Atenciosamente,
Rafael Guedes de Souza
Analista de Suporte
ipTrust Tecnologia Ltda - Florianópolis/SC
Fone DDR +55 48 3031 3492
Fone Cel. +55 48 8811 7281
Fone Com. +55 48 3333 1551
VMware Sales Professional
VMware Technical Sales Professional
IronPort Systems Partner
Riverbed Tecnhology Partner
VMware Enterprise Partner
Eset Nod32 Partner
EMC² Partner
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I installed password plugin (which allows user to change his/her password)
from SVN. And I realized that there is no Turkish translation available. I
am sending Turkish translated file, can you please add it?
(plugins/password/localization/tr_TR.inc)
Thanks,
--
H.Gökhan SARI
hsa2(a)difuzyon.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gl/Wyrb3oSx/tr_TR.inc.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm using virtual folder with dovecot, and roundcube as my
webmail.
When I delete normal folders on my IMAP server, they disappear
on roundcube, but when I delete virtual folders, I can't see them anymore
in the "Preferences/Folder" tab, but they still appear in the main view,
and there's apparently no way to get rid of them.
Any tips on the matter?
Thanks
--
François-Xavier Payet
fx.payet(a)tfdn.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Still beating my head against the wall on getting virtuser_file to
work. I have checked out a new SVN copy (currently 3785), built a brand
new database, and the only plugin enabled is virtuser_file. No luck. I
have the plugin set to pull from a local file on the same server as RC
is running. Any help would be greatly appreciated.
--
Arne
Berglund
System Administrator, Internet Services
Lane Education Service
District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/