Hello,
I just have a general question. When I'm selecting random emails
to delete or move to another folder I like to use the Ctrl key. However,
every time I highlight an email using the Ctrl key it opens the emails up
in a different window or Tab. I can still move the highlighted emails, but
is there a way to select various different emails without it opening up new
tabs?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
If you are using roundcubemail-0.1.1, your server will be open to any
pirat !
More details on how they are doing it :
http://www.f-secure.com/vulnerabilities/en/SA33169
Denis Bucher
--
Denis Bucher Horus Digital Solutions sàrl Each problem has a solution
___________________________________________________________________________
Tél. +41-22-8000625 Fax: +41-22-8000622 www.hsolutions.ch
_______________________________________________
List info: http://lists.roundcube.net/users/
I did a post on the dev list (links below) about getting greater performance
using caching and compression. I thought folks here probably have some great
experience in running websites and could suggest improvements or problems with
the suggested configuration changes.
If you do have suggestions/comments please share them to make roundcube
better.
http://lists.roundcube.net/mail-archive/dev/2009-04/0000102.htmlhttp://trac.roundcube.net/ticket/1485800
Daniel Black
--
Email/List Administrator
CAcert
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm a new RoundCube user as of this evening.
I have mine setup on a vhost with no associated DNS for security
through obscurity + SSL + basic auth. No problem, great tool, Thanks!!
:-)
A couple of niggles though :
#1
During installation when you get to the end of stage 3 it does not
appear to create the database or give any button/option to do so. I
don't mind running a script, but it didn't seem to say to do that
either. Certainly not prominently anyway. The wiki installation
instructions (couldn't find any non-wiki ones) say to click the
initialize database button, but for me with 0.2.1 there wasn't one.
I'm happy to edit the wiki if that is a mistake or do some testing if
the installation directory is at fault. The FAQ says "you forgot to
run the included script" - is there a technical reason why it couldn't
be run from the installer? Links :
http://trac.roundcube.net/wiki/Howto_Install
"Why am I getting blank page instead of the login page?
This is probably because your database is not set up correctly (did
you run the included .sql script?) or is not working. Look in
logs/errors for more details. "
http://trac.roundcube.net/wiki/FAQ
#2
Trying to import my contacts from Mr Gmail :
gmail reports 1140 contacts
export to vcard and grep for BEGIN and pass through wc agrees
import to roundcube tells me 800 entries imported
doesn't report merging duplicates (if there are any)
doesn't report any errors
doesn't report that it failed to import 340 contacts.
IMO it should tell me that something wasn't as it should have been
even if it is the duplicates thing.
So, I split the file into 2 chunks
fred@rwdlsd [08:17:48]:~$ wc contacts.vcf
6931 7798 130060 contacts.vcf
fred@rwdlsd [08:17:52]:~$ split -l 3998 contacts.vcf
fred@rwdlsd [08:22:24]:~$ grep BEGIN contacts.vcf | wc
1140 1140 14820
fred@rwdlsd [08:22:40]:~$ grep BEGIN xaa | wc
656 656 8528
fred@rwdlsd [08:23:38]:~$ grep BEGIN xab | wc
484 484 6292
fred@rwdlsd [08:23:41]:~$ wc xa*
3998 4523 75475 xaa
2933 3275 54585 xab
6931 7798 130060 total
All the numbers add up.
I import the first and larger one with replace whole book checked and
it pulls in 479 or so, then i import the smaller file with the check
box unchecked and it pulls in :
Successfully imported 286 contacts, 35 existing entries skipped:
Which *does* have a "skipped" message. Still, the numbers don't add up :
http://www.google.com/search?hl=en&q=286%20plus%20479&aq=f&oq=
Less than the 800 the first time produced. Hmmmm.
What are the entries keyed off? email address? or title/name? 765
entries with the first having an ID of 801 thanks to previous import.
This is inconsistent no matter which way I look at it. Am I doing
something wrong here too?
Thanks for any explanation/assistance.
Regards,
Fred.
_______________________________________________
List info: http://lists.roundcube.net/users/
I apologize if this has already been mentioned. I recently upgraded
Roundcube to revision 2413 through SVN update. I'm running Apache/2.2.11
(FreeBSD) and MYSQL 5.1.33. This only seems to be a problem with IE7, on
all other browsers everything works fine. The problem is, if I select an
email that I want to delete from my inbox and delete it - for some reason
after the page reloads there's only one or maybe a few emails in my inbox
as though I had just done a search. If I reload the page again by
double-clicking on my inbox icon all the messages display normally. Has
anyone else seen this problem with IE7? I have the latest updates installed
for IE7. Thanks! Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, Apr 15, 2009 at 2:56 PM, Drew Darrow <drew(a)portlandfairy.com> wrote:
> why don't you want your users to view their mail in ssl?
because for rules of company, we need transmit all password and
sensible data for a secure channel !!
but, the users have a slow satellite connection with a big latency and
sending all data (photos and others ordinaries documents) for SSL is
very expensive for this connections.
> isn't that kind of
> a normal practice now?
Yes. Our idea is have two domains: one with all data encrypted
(general users) and other with login page encrypted (for satellite
users)
thanks
--
--
Victor Hugo dos Santos
Linux Counter #224399
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
i would like use two domains
i m wrinting thats
$rcmail_config['mail_domain'] = ' domain1, domain2 ';
what its correct ?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm trying configure login page of roundcube to work with SSL, but
after login the user should be automatically redirected to no-SSL
site.
I found in roundcube forums, this threads
http://www.roundcubeforum.net/0-1-beta-2/1472-using-ssl-log.html
but, after hours of test, I discovery that my problem isn't in
redirect configuration !!
how I discovery this ?? simples:
- I go to SSL login page of my site (https://webmail.mydomain.com/)
- I put user and password
- After login, I can view all mail folders and options correctly.
- so, I change "only" HTTPS to HTTP in browser and press ENTER
- now, the browser comeback to login page !! :-(
well. after this test, I believe that problem is in roundcube or ajax
or in other that I don't know.
I use the last version of roundcube (0.2.1) with Apache
(2.2.3-4+etch6), and I ran the tests in Linux with firefox and in
Windows with IE, Firefox and Opera.
Any idea ??
thanks
--
--
Victor Hugo dos Santos
Linux Counter #224399
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
I wild upgrade roundcube 0.1-rc2, but now i have un this message
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
I look it in the log and the problème is in db error not found.
_______________________________________________
List info: http://lists.roundcube.net/users/
I dowload this Update 0.2.1 released.
Le Tuesday 07 April 2009 19:01:20, vous avez écrit :
> Download it and read the documenation inside the package.
>
> 2009/4/7 burinho <burinho(a)yahoo.fr>
>
> > Hello,
> >
> > I use roundcube.01-rc2 and i would like upgrade it.
> >
> > what do I?
> > _______________________________________________
> > List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I use roundcube.01-rc2 and i would like upgrade it.
what do I?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
This is my first post. I've used RC in the past and tried the latest
version, it's working much better now! :-)
Is there anyway to debug why sending messages takes so long? It takes up
to 10 seconds typically when replying to a message. I'm using localhost
smtp and the server is not very busy.
Another question, how do I adjust the columns on the index page? First,
I'd like to have the subject column wider, secondly there's really no space
between columns so basically the text of the subject runs on to the text of
the sender column. Maybe there should be a border line between columns?
One observation, sometimes trying to select multiple messages doesn't
work. I'll click on one message, then hold down the shift and click on
another and nothing happens. Also trying to do it with the arrows, same
behavior. I have to pretty much go to another message, then go back and
click again, hold down shift, after a couple of tries it works. Usually it
just works, but sometimes it
refuses to select multiple messages.
I'm using the latest Firefox on Vista.
Ricardo
_______________________________________________
List info: http://lists.roundcube.net/users/
> Date: Thu, 2 Apr 2009 12:08:36 -0500
> > From: Josh Whitver <whitverj(a)urbandale.k12.ia.us>
> > Subject: [RCU] Populate "Display Name" from LDAP's "sn" field?
> > To: users(a)lists.roundcube.net
> > Message-ID: <FD563249-9318-4F1D-BC6B-9A30DC7F046C(a)urbandale.k12.ia.us>
> > Content-Type: text/plain; charset=US-ASCII; format=flowed
> >
> > Hello,
> >
> > We've got our RoundCube install tied into our LDAP server, and we'd
> > like to populate the "Display Name" field from LDAP's "sn" field so
> > that new users, upon logging in, will have new mail appear to come
> > from their full name instead of their username.
> >
> > Is that even possible? If so, what steps would I need to take?
> > Running RoundCube-02.
> > Thanks!
Hi it's possible and there is a patch available at the following ticket.
http://trac.roundcube.net/ticket/1485203
I'm using a possibly more recent version of the patch with v0.2.1. The changes
are only in line numbers, so you can try patching as it is or you can paste the
code to appropriate places yourself. If you cannot, I can send you the modified
one.
--
Gokdeniz Karadag
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to configure so that, when not using preview pane, the
message open up in a pop-up?
Ricardo
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
We've got our RoundCube install tied into our LDAP server, and we'd
like to populate the "Display Name" field from LDAP's "sn" field so
that new users, upon logging in, will have new mail appear to come
from their full name instead of their username.
Is that even possible? If so, what steps would I need to take?
Running RoundCube-02.
Thanks!
--
Josh Whitver
whitverj(a)urbandale.k12.ia.us / josh(a)whitver.net
"Write a wise saying and your name will live forever." -Unknown
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I installed RoundCube and it's working perfectly. Besides, I want that users
of our extranet get into their inboxes directly from a link in our
collaboration platform, so how can I send a request to rcube so it logs
users directly without asking for login/pwd.
PS: I'm aware that I have to store IMAP login/pwd for each user in my
collaboration platform database.
Thanks in advance,
Best Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello there.
I have just joined this users' list; in the hope that SOMEONE out
there might be able to help me.
I am just a very simple, very ignorant e-mail user; so if anyone
should be kind enough to reply to my request for help, please bear
this in mind. Thank you in advance.
NOW:
I am a long-time user of PlanetSave webmail; having two separate
accounts with them.
There were occasional hiccups in my use of them, but with the so-
called 'upgrade' a week or so ago, I can no longer access them.
Planetsave NOW provides no 'help' or CONTACT point for e-mail
issues -- they used to though.
When I try to log on I receive one box from Round Cube Webmail --
hence this request to you people.
Within that a 'failed' log on advice from ActionSpark WEbMail also
pops up -- pursuing them to a web-site also results in NO way to
contact them.
I should be very grateful if someone might be able to help me
please.
Thanking you in advance: Johnnyx
--
Become a medical transcriptionist at home, at your own pace.
http://tagline.hushmail.com/fc/BLSrjkqfMmdPAR5f2iOnLw3AS05PJijPFTZXqX0jukrl…
_______________________________________________
List info: http://lists.roundcube.net/users/
After installation, roundcube shows only inbox folder, how do we
create other folder and associate the to RCU, like Drafts, trash, spam
--
Myalla J.C
Kibaha Education Centre
P.O Box 30054 Kibaha
Pwani
Tanzania
+255787680744
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there, I have installed RoundCube in a ubuntu server with postfix,
apache, mysql, and php, the clients works well, I am looking for ways
of displaying the users details after successfully loging in e.g
user(a)mydomain.com
Help is appreciated
--
Myalla J.C
Kibaha Education Centre
P.O Box 30054 Kibaha
Pwani
Tanzania
+255787680744
_______________________________________________
List info: http://lists.roundcube.net/users/
In the newest RC release:
Sometimes when I delete a message, it's moved to the trash. Sometimes
it stays in the inbox but is just greyed out, then I have to click
"compact" to get rid of it.
What determines which of these happens? I haven't been able to figure
out a pattern to such. Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
* FileMaker Pro 10 Hosting Now Available *
_______________________________________________
List info: http://lists.roundcube.net/users/
Good morning, I'm a roundcube user since some time, when it was alpha
and recently did a couple of new installs and it has been always quite
fast. With Latest stable 0.2.1 I saw a important penalty in
performance.
It's taking 5 or 6 seconds for anything i.e. logging,compose a mail or
to send a mail.
Digging on the forums and this list I couldn't find any information
related, the only thing is this unaswered post:
http://www.roundcubeforum.net/issues-bugs/4099-slow-performance-first-time-…
This are the dovecot logs for a single login
Mar 24 11:34:33 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:33 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:36 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:36 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:45 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:45 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:47 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:47 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:51 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:51 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:53 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:53 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
I attached the main.inc.php and the dovecot.conf
There is no strange stuff, just a multidomain server with apache and
current versions of everything (debian Lenny)
Thank you for your help.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GH/pxrmifQc/main.inc.phphttp://detached.gigo.com/rc/GH/pxrmifQc/dovecot.conf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Caros,
Estou com um problema em meu servidor, onde o processamento chega a 100% de
sua utilização. Os softwares instalados são:
- Roundcube 0.2.1
- mysql-5.0.26
- apache2-prefork-2.2.3
- php5-5.2.5
- SLES 10 SP2 Kernel 2.6.16
O hardware: 2 x Xeon Quad Core 1.6Ghz, 2048GB RAM
Alguem tem esse problema ? Aparenta ser algum loop infinito, mas não consigo
identificar onde....
Obrigado
Geraldo
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Roundcube dev, users and mortals, I have been on a quest for some days to find and install a web-based email client (mua) such that I can get to my mail in an efficient and timely manner. I have dutifully followed the steps in the INSTALL file in the expanded roundcubemail-0.2.1.tar. And, I have dutifully followed the instructions at: http://trac.roundcube.net/wiki/Howto_Install. I have also conducted a search at the roundcube wiki with only one result that provided no better information. Attempts to run the install URL returns the following error condition. I have also probed all logging files with no hint as to what is wrong. Thanks and please advise, David.
*****************************************
Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.
*****************************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everybody,
this is my first post to this list, so HI!
I've been using RoundCube for some time now (currently 0.2.1, but the issue
I'm having exists also in 0.2 and 0.2-beta). My server runs Debian Etch. After
recent upgrade of my locales, RoundCube started to behave strange -- it
malformats the mails.
Basically it looks like instead of just one new-line charater, RoundCube
inputs two. This has a number of implications. For example if a subject is too
long for one line, it is normally split with a newline. In my system it's
split with two newlines, which is interpreted by some client programs as an
end of header section. This not only cuts the subject but also makes decoding
attachments impossible.
Did anyone have same problem? Any clues?
So far I emptied browser cache and cookies but it didn't help. The presence of
extended characters (accented, non-latin, etc) doesn't seem to make any
difference. When a header is too long, it's split using two new-lines.
Best regards, KT
--
Krzysztof Trybowski
_______________________________________________
List info: http://lists.roundcube.net/users/