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/
Hi.
Im detecting that in my roundcube logs:
[21-May-2009 08:37:54 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as C8E55A4844B
[21-May-2009 08:39:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 6E164A4844B
[21-May-2009 08:41:50 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 10310A48445
[21-May-2009 08:43:28 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 5802DA4844B
[21-May-2009 08:45:13 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 116F8A4844D
[21-May-2009 08:46:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as DCCA5A4844D
[21-May-2009 08:47:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as B4C10A4844C
All that are spam.
I only permit send my using auth, but this problem is very recurrent.
How can i prevent that?
Im using Roundcube v0.2.2
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Guys, I love this software my only "problem" is the address book ! Its
very limited.Are there any plans for expanding it in the future ?
For
what its worth, there are a couple of things on my wish list.
1. Mailing
groups, would be partly solved by 2.
2. Being able to select from a full
list of people when sending a mail. At present, have a limited list only
after typing at least one character. Would be partly solved by 1.
3. A free
text notes field.
Cheers again !
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a problem with RoundCube. In general it uses LF as a newline symbol,
but during splitting long headers it inserts CRLF. Also all newlines in
message body are CRLF. This causes problems with mails' reading. Where should
I look? Please help!
My system in Debian 4.0, PHP 5.2.0, Apache 2 and Postgres 8.3 (from
backports).
--
Pozdrowienia,
Krzysztof Trybowski
_______________________________________________
List info: http://lists.roundcube.net/users/
So as soon as a new user attempts to login to Roundcube, it creates
data in MySQL(i) which is perfect because it's automated but what
happens when I remove a user from my mail server? Obviously Roundcube
has no idea that user no longer exists and I don't want hundreds of
old user data cluttering the MySQL roundcube database. What do you
guys do when you remove a user from mail? Do you guys have a simple
way to remove someone from MySQL so "all" their data is removed? I am
no expect in MySQL so pardon my ignorance...
- Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi RoundCube users and list lurkers
We've recently published two new releases of the RoundCube Webmail package.
Version 0.2.2 is a minor update to the stable 0.2 branch. Beside some
bug fixes this version now supports STARTTLS for IMAP connections.
A bit further down the road we have the 0.3-beta version which now
includes the long awaited plugin API. This version is still under
development and we don't recommend to replace a productive version
with 0.3-beta. Nevertheless we'd like you to install and test it and
get the idea of how to write plugins. Read
http://trac.roundcube.net/wiki/Doc_Plugins to get started and find
some sample plugins within the package or more by browsing the SVN
repository: http://trac.roundcube.net/browser/trunk/roundcubemail/plugins
You can download both releases from http://roundcube.net/downloads and
as usual you're kindly requested to submit your reports to our bug
tracker: http://trac.roundcube.net/report
Have a lot of fun!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Eden Caldas wrote:
> Carlos
>
> Look for this setting in your config.inc.php file
>
> // This domain will be used to form e-mail addresses of new users
> // Specify an array with 'host' => 'domain' values to support multiple
> hosts
> $rcmail_config['mail_domain'] = '';
>
> Set your domain there, to make mail be sent as user(a)domain.us
> This setting will only be applied to new users because existing users
> already logged in roundcube once and got the wrong settings.
Ah, I read too much into the problem. In my instance of the problem,
my server setup is much more complex. I
am running multiple domains on the mail server and some of those domains
host both their web and mail on that server, some just web and some just
mail, some with subdomains, some without. Thus, in order to fix my
problem correctly, I had to reconfigure
Postfix to ensure that it wrote correct addresses based on more
criteria than RC's config could handle.
With one domain, I agree that this solution should work.
Jon
>>
>> Since roundcube keeps its configuration in a database (mysql, postgres,
>> sqlite) you can always use sql to mass change the existing settings for
>> previous users. If you use mysql as your database, the web application
>> phpmyadmin can help.
>>
>> Eden Caldas
>>
>> 2009/5/18 Carlos Williams <carloswill(a)gmail.com>
>>
>>> On Mon, May 18, 2009 at 2:18 PM, Carlos Williams <carloswill(a)gmail.com>
>>> wrote:
>>>> On Mon, May 18, 2009 at 2:03 PM, Jon Watson <jwatson(a)watsysgroup.com>
>>> wrote:
>>>>> Check out your virtualusertable file. It will become clear. Or
>>>>> maybe its
>>> just called virtualuser. Not in front ot a machine right now.
>>>>> The fix you need is not in RC.
>>> Jon,
>>>
>>> I just logged into RC as myself and then went to "Personal Settings" &
>>> then selected the "Identity" tab. There I was able to modify the email
>>> address in the selected identity. Now it works fine...
>>>
>>> My problem is I want to do this from the server. I can't ask 1,000
>>> users to login to Webmail and modify this manually. Looks really
>>> bad...
>>> _______________________________________________
>>> List info: http://lists.roundcube.net/users/
>>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>
--
Jon Watson, CD, Linux+
Computer Geek? Read This -> http://www.jonwatson.ca/book
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've installed rc 0.2.2 version and I need to view only 100 mail of my
mailbox , because my mail is in imap and I've a lot of mail about 3 Gb.
When I check the mail with webmail roundcube, is very slow to upload mail.
It's possible upload only the last 100 mail?
Thanks
Regards
Danilo
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, May 18, 2009 at 2:03 PM, Jon Watson <jwatson(a)watsysgroup.com> wrote:
> Check out your virtualusertable file. It will become clear. Or maybe its just called virtualuser. Not in front ot a machine right now.
>
> The fix you need is not in RC.
I only have a /etc/postfix/virtual file and this file appears to do
something else...
_______________________________________________
List info: http://lists.roundcube.net/users/
I guess eemail filtering was a bad choice of words. sorry,
will there be the ability to sort email by sending emails from certain
people into different email folders. not by spam
***************************
This email message and any files transmitted with it are intended solely
for the use of the individual or entity for whom it is addressed. It
may contain confidential and privileged information. If you are not the
intended recipient, please contact the sender and destroy all paper and
electronic copies of this message and its contents. Any unauthorized
review, use, disclosure or distribution of this email or any file
attachments is strictly prohibited.
_______________________________________________
List info: http://lists.roundcube.net/users/