Is it possible to sort your address book once imported via
alphabetical order? It just adds contacts in by entry order rather
than by name and I find this a huge mess. I would think someone has
thought of something to resolve that by now. Anyone know if I am
missing something or can adjust this?
Thanks!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everyone,
first sorry for my bad english, but I have a question. It is feasible to
change the configuration of roundcube so that the software first make a
mxlookup from the address of the user an then use the result as the imap
and smtp server?
Thank you for your help
daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
Good afternoon,
Hopefully I'm in the right place to ask these questions, if not can you
direct me.
For the past two weeks using roundcube webmail I've cannot send
attachments, the e-mails I want deleted won't delete and I cannot add to my
address book. I've tried to find a support for roundcube webmail and I've
gotten to this point. Can anyone help?
Carl
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Yes, Javascript is enabled and there are no error messages in the apache log!
The same thing happens with both Firefox and IE...
Regards
Philipp
> Is JavaScript enabled ?
>
> On Fri, 12 Jun 2009 17:40:49 +1000 (EST), philipp.burath(a)i-tecknik.com
> wrote:
>> So for example, if I click on an e-mail to open it, nothing happens at
> all
>> on the screen and the e-mail doesn't show up. If I want to change to a
>> subfolder nothing happens either...
>>
>>> Hi,
>>>
>>> I have installed Roundcube 0.2.2 stable on my webserver. I can log into
>>> roundcube and am able to edit preferences, look at the addressbook etc,
>>> but I'm unable to open e-mail in the main window or change folder. I
>>> cannot compose e-mails either..
>>>
>>> Would someone be able to help me? What info do you require.
>>>
>>> Thanks Alot
>>>
>>> Regards
>>> Philipp
>>>
>>>
>>> _______________________________________________
>>> List info: http://lists.roundcube.net/users/
>>>
>>
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed Roundcube 0.2.2 stable on my webserver. I can log into
roundcube and am able to edit preferences, look at the addressbook etc,
but I'm unable to open e-mail in the main window or change folder. I
cannot compose e-mails either..
Would someone be able to help me? What info do you require.
Thanks Alot
Regards
Philipp
_______________________________________________
List info: http://lists.roundcube.net/users/
Anyone have any ideas why I am getting these strange characters (below)
in my received emails instead of (I assume) ' single quotes. Which I can
type OK.
Irelands economy might be having a terrible time, but on the
sports field, its been a great year.
Thanks
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I'm trying to increase the maximum attachment size that can be sent using Roundcube.
I have full control of the server and I'm running the latest stable version of RC.
The trouble is, search as I may, I can't find any related setting in the .conf
What is the procedure please?
--
Peter Snow
_______________________________________________
List info: http://lists.roundcube.net/users/
users-request(a)lists.roundcube.net wrote:
> Send users mailing list submissions to
> users(a)lists.roundcube.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.roundcube.net/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)lists.roundcube.net
>
> You can reach the person managing the list at
> users-owner(a)lists.roundcube.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
> ------------------------------------------------------------------------
>
> Today's Topics:
>
> 1. Increase Max Attachment Size to 50MB (Peter Snow)
> 2. Re: Increase Max Attachment Size to 50MB (A.L.E.C)
> 3. Re: Increase Max Attachment Size to 50MB (Sebastian Kronenwerth)
> 4. Re: Increase Max Attachment Size to 50MB (Mohamed Taieb Riahi)
> 5. Re: Increase Max Attachment Size to 50MB (Peter Snow)
> 6. Re: Increase Max Attachment Size to 50MB (Sebastian Kronenwerth)
> 7. Re: Increase Max Attachment Size to 50MB (Peter Snow)
>
>
> ------------------------------------------------------------------------
>
> Subject:
> [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 19:45:29 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi ,
>
>
> I'm trying to increase the maximum attachment size that can be sent
> using Roundcube.
>
>
> I have full control of the server and I'm running the latest stable
> version of RC.
>
>
> The trouble is, search as I may, I can't find any related setting in
> the .conf
>
>
> What is the procedure please?
>
>
>
> --
>
> Peter Snow
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> "A.L.E.C" <alec(a)alec.pl>
> Date:
> Wed, 10 Jun 2009 13:55:15 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Peter Snow wrote:
>> I'm trying to increase the maximum attachment size that can be sent
>> using Roundcube.
>>
>> I have full control of the server and I'm running the latest stable
>> version of RC.
>>
>> The trouble is, search as I may, I can't find any related setting in
>> the .conf
>>
>> What is the procedure please?
>
> Attachment size depends on PHP settings (php.ini and/or .htaccess):
> upload_max_filesize and post_max_size. To handle 50MB attachments you
> should
> also increase memory_limit (I'm not sure if 256MB will be enough) and
> max_execution_time/max_input_time.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Sebastian Kronenwerth <sebastian(a)kronenwerth.de>
> Date:
> Wed, 10 Jun 2009 13:55:49 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Peter,
>
>
>> I'm trying to increase the maximum attachment size that can be sent
>> using Roundcube.
>>
>> I have full control of the server and I'm running the latest stable
>> version of RC.
>>
>
> The upload limit is set in the php.ini. Please search for
>
> upload_max_filesize =
>
> and
>
> post_max_size =
>
> and set you settings in this lines.
>
> --
> Sebastian Kronenwerth
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Mohamed Taieb Riahi <taieb.riahi(a)topnet.tn>
> Date:
> Wed, 10 Jun 2009 12:52:45 +0100
> To:
> Peter Snow <peter(a)snowweb.co.uk>, "users(a)lists.roundcube.net"
> <users(a)lists.roundcube.net>
>
> To:
> Peter Snow <peter(a)snowweb.co.uk>, "users(a)lists.roundcube.net"
> <users(a)lists.roundcube.net>
>
>
> Hi,
>
> You have to change the setting in the configuration of php, in the
> php.ini file change the value of “upload_max_filesize” .
>
> Regards
>
> Riahi Med Taieb
>
> *De :* users-bounces+taieb.riahi=topnet.tn(a)lists.roundcube.net
> [mailto:users-bounces+taieb.riahi=topnet.tn@lists.roundcube.net] *De
> la part de* Peter Snow
> *Envoyé :* mercredi 10 juin 2009 12:45
> *À :* users(a)lists.roundcube.net
> *Objet :* [RCU] Increase Max Attachment Size to 50MB
>
> Hi ,
>
> I'm trying to increase the maximum attachment size that can be sent
> using Roundcube.
>
> I have full control of the server and I'm running the latest stable
> version of RC.
>
> The trouble is, search as I may, I can't find any related setting in
> the .conf
>
> What is the procedure please?
>
> --
>
> Peter Snow
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 20:00:15 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Sebastian,
>
>
> That is already set to 50Mb and I'm not having a problem with that.
>
>
> I have an issue with the fact that it states next to the file upload
> box "5MB Max File Size". How do I change that?
>
>
>
> --
>
> Peter Snow
>
> peter(a)snowweb.co.uk <mailto:peter@snowweb.co.uk>
>
>
> Phone
>
> Telephone/Fax: +63 (0)2 6612384
>
> mobile: +63 (0)921 9741377
>
>
>
>
> ----- Original Message -----
>
>
> From: Sebastian Kronenwerth - sebastian(a)kronenwerth.de
> <mailto:sebastian@kronenwerth.de>
>
> Sent: Wednesday, June 10, 2009, 7:55:49 PM
>
> To: users(a)lists.roundcube.net <mailto:users@lists.roundcube.net> -
> users(a)lists.roundcube.net <mailto:users@lists.roundcube.net>
>
> Subject: [RCU] Increase Max Attachment Size to 50MB
>
>
> > Hi Peter,
>
>
> >> I'm trying to increase the maximum attachment size that can be sent
>
> >> using Roundcube.
>
>
> >> I have full control of the server and I'm running the latest stable
>
> >> version of RC.
>
>
> > The upload limit is set in the php.ini. Please search for
>
>
> > upload_max_filesize =
>
>
> > and
>
>
> > post_max_size =
>
>
> > and set you settings in this lines.
>
>
> > --
>
> > Sebastian Kronenwerth
>
> > _______________________________________________
>
> > List info: http://lists.roundcube.net/users/
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Sebastian Kronenwerth <sebastian(a)kronenwerth.de>
> Date:
> Wed, 10 Jun 2009 15:04:00 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Peter,
>
>
>> That is already set to 50Mb and I'm not having a problem with that.
>>
>> I have an issue with the fact that it states next to the file upload
>> box "5MB Max File Size". How do I change that?
>>
>
> Sorry, I have no problems with that and can not help you. In my
> configuration I changed both settings on 50M . After this, I found next
> to the file upload box "50 MB Max File Size".
>
> Sorry.
>
> Sebastian
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 21:10:02 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Sebastian,
>
>
> That's great! That's exactly what I need to do. The trouble is, I can
> only change one of the two settings that you mentioned, because I
> don't know where the one which controls the text which reads "Max 5Mb"
> is located (I already changed the php.ini months ago).
>
>
> Where is that setting please?
>
>
>
> --
>
> Peter Snow
>
> peter(a)snowweb.co.uk <mailto:peter@snowweb.co.uk>
>
>
> Phone
>
> Telephone/Fax: +63 (0)2 6612384
>
> mobile: +63 (0)921 9741377
>
>
>
>
> ----- Original Message -----
>
>
> From: Sebastian Kronenwerth - sebastian(a)kronenwerth.de
> <mailto:sebastian@kronenwerth.de>
>
> Sent: Wednesday, June 10, 2009, 9:04:00 PM
>
> To: users(a)lists.roundcube.net <mailto:users@lists.roundcube.net> -
> users(a)lists.roundcube.net <mailto:users@lists.roundcube.net>
>
> Subject: [RCU] Increase Max Attachment Size to 50MB
>
>
> > Hi Peter,
>
>
> >> That is already set to 50Mb and I'm not having a problem with that.
>
>
> >> I have an issue with the fact that it states next to the file upload
>
> >> box "5MB Max File Size". How do I change that?
>
>
> > Sorry, I have no problems with that and can not help you. In my
>
> > configuration I changed both settings on 50M . After this, I found next
>
> > to the file upload box "50 MB Max File Size".
>
>
> > Sorry.
>
>
> > Sebastian
>
> > _______________________________________________
>
> > List info: http://lists.roundcube.net/users/
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
Have you edited LimitRequestBody in your apache config?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I searched the list history for something related to improving page load
speed, but unfortunately i didn't find anything related to that.
Today I read about a Firefox extension (to be used in parallel with
Firebug), which makes some suggestions of speed load improvements.
I opened the Round Cube inbox and ran it.
It points some possible improvements, which could save several kbytes of
data to be downloaded (JavaScript minimization could save up to half of the
total page size!!!) or improve the rendering speed (by specifying image
dimensions) and other stuffs...
Anyway, I found it useful and maybe of good value.
The *Page Speed* page is http://code.google.com/speed/page-speed/.
Regards,
Lauro Valente
Celular: (41) 8415-0020
http://lauro.valente.eng.br/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've recently installed Roundcube 0.2.2 for our users on 1024 RAM with
3Mhz cpu server. But the problem was appearing with high server load.
According to the logs we have about 700 messages sent everyday and about
3500 successfull and not sucessfull logins. In the period of all day
load is increasing and after midnight it can be about 9 and it caused by
Apache processes. That is very strange because in that period almost all
users are sleep and we have only few logins and sent messages. This is
only one virtual host running on the host. I've tried to use Debian Etch
and Lenny.
Aslso I can confirm that after apache restarting high load goes down to
0.2-0.4 but then starts to increase slowly again. So as the temporary
solution I use "apache restart" instead "apache reload" in logrotate config.
I guess the problem is in Roundcube somewhere?
Dear RC developers. So can you comment this situation? Why it can happen?
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/