Hi,
I want to decrease the check-recent interval to 10s. I have looked around in the config file and set the following values:
//sec
$rcmail_config['keep_alive'] = 12;
//min
$rcmail_config['session_lifetime'] = 10;
//sec
$rcmail_config['min_keep_alive'] = 10;
I also understood that the users preferences override these settings in the configfile so I changed the following as well.
In programs/steps/settings/save_prefs.inc:
'keep_alive' => isset($_POST['_keep_alive']) ? intval($_POST['_keep_alive'])*10 : $CONFIG['keep_alive'],
Changing 60 to 10 would, in my opinion, let me choose between 10, 30 och 50 seconds interval for check recent
(Because the select-list in the gui has 3 values: 1,3 and 5).
But this doesn't work for me. It still checks every 1min, even after restart of apache2.
Is there anywhere else I need to change to get my desired interval?
Kind Regards
Erik
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have several domains hosted on my box. At the moment, I am logging on
with username@domain scheme, but I'd like to be able to login with the
username scheme. I've already configured the drop-down with the mail
servers. A row from my database looks like this
+---------------------------+------------------------------------+-----------------+----------------------------+-------+------------+---------------------+---------------------+---------------------+--------+
| username | password |
name | maildir | quota | local_part |
domain | created | modified | active |
+---------------------------+------------------------------------+-----------------+----------------------------+-------+------------+---------------------+---------------------+---------------------+--------+
| bilgi(a)bilgisayarciniz.org | x | bilgisayarciniz |
bilgisayarciniz.org/bilgi/ | 0 | bilgi | bilgisayarciniz.org |
2011-04-10 11:28:58 | 2011-06-22 13:15:09 | 1 |
+---------------------------+------------------------------------+-----------------+----------------------------+-------+------------+---------------------+---------------------+---------------------+--------+
1 row in set (0.00 sec)
and the related line in main.inc.php looks like this
$rcmail_config['virtuser_query'] = "SELECT username FROM postfix.mailbox
WHERE local_part = '%u'";
How should I change the virtuser_query?
Regards,
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hey, i want to ask you, in the contact list has another list at the left side called: Teams (Personal address book).
How i can erase that so cannot appear?
Thank you very much.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there
Under "settings" I went to "preferences" tab and in "user
interface" I changed interface skin from default to aerosat (my service
provider). Now I am unable to change back to default because when I go
into settings and preferences, the list with user interface does not
appear. How do I change back to default? Please help me in simple
language as I am not a computer whiz.
Regards
Tony Klootwyk
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I would like to know how to forward several messages (that I have
already received) to another user without repeating the forward command
for
each of them.
Giorgio Capon
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm testing password plugin using poppassd. I'm just wondering if there's a
way I can set rules such as there should be numbers or characters in the New
Password. Without numbers or characters, change password will fail. There
are already password minimum length so I think what I want is possible its
just that I'm not a php programmer and don't know how will I implement it.
Thanks,
Nelson
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi,
just installed postfix and roundcube. i can see my emails in postfix,
but roundcube shows only the sent ones. my inbox in roundcube is
empty.
any ideas?
thx
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everybody,
I'm running roundcube on a shared webserver of a hosting service which
brings a question to my mind concerning security:
The hosting provider gives login credentials to its customers which are
all hosted at the same domain (e.g. customer12(a)provider.com). As
roundcube allows direct login to IMAP accounts I am afraid that other
customers are able to login to "my" roundcube installation with their
email-adress e.g. customer256(a)provider.com.
Is it possible to protect a roundcube installation so that only
specified logins are enabled?
So I want to be able to login with my account customer12(a)provider.com
but want to prevent other customers of the same domain @provider.com to
use roundcube.
Simply I would do this with a .htaccess-file but a more elegant way
would be preferable, I guess.
Thank you!
Bea
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I just recently setup roundcube and now playing with it. I have two folders
Sent and Sent Items. But RC treat Sent Items also as Sent. So in RC, there
is 2 Sent folder. Is there a way I could display Sent and Sent Items in the
Folder pane?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi folks
I would appreciate some ideas of where to look to try and solve my problem.
I am setting up a new server (have RoundCube installed on my old server and
has been working perfectly for over 2 years).
I have run the install on Debian Squeeze using aptitude, including
'roundcube', 'roundcube-core' and 'roundcube-mysql'.
The database has been created and contains 6 tables.
I have Apache2 and MySQL5 running and they seem to be working fine.
In my browser I type http://server-url/roundcube and the login page appears.
I enter "postmaster" as the username and the password but I get the message
"Login failed"
In the "syslog" I get messages that indicate the IMAP login was successful
(to Dovecot), however it immediately logs out:
> Apr 19 23:10:41 ds5683 dovecot: imap-login: Login: user=<postmaster>,
> method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
> Apr 19 23:10:41 ds5683 dovecot: IMAP(postmaster): Disconnected: Logged out
> bytes=39/443
>
In the roundcube "errors" log (the php log file) I get messages indicating
the database connection may not be working as in these:
> [19-Apr-2011 23:05:10 +1000]: PHP Error: Failed to create new user in
> /usr/share/roundcube/program/include/rcube_user.php on line 451 (POST
> /roundcube/?_task=&_action=login)
> [19-Apr-2011 23:05:10 +1000]: PHP Error: Failed to create a user record.
> Maybe aborted by a plugin? (POST /roundcube/?_task=&_action=login)
>
However in the database there are actually records being created in the
'users' table:
user_id username mail_host alias created last_login language preferences 1
postmaster localhost 2011-04-19 23:22:23 2011-04-19 23:22:23 en_US *NULL*
There's data in the 'session' table also:
sess_id created changed ip vars mm6ld61j9ekan5fief4ocikig3 2011-04-19
23:22:23 2011-04-19 23:22:23 122.148.149.28
language|s:5:"en_US";auth_time|i:1303219343;temp|b...
The Apache log shows me a little more detail about the error but essentially
indicates that the database error was an attempt to add a duplicate primary
key:
> [Tue Apr 19 23:10:23 2011] [error] [client 122.148.149.28] MDB2 Error:
> constraint violation (-3): _doQuery: [Error message: Could not execute
> statement]\n[Last executed query: EXECUTE
> mdb2_statement_mysql_3d2cec1a51699f95fdead7b1b9c2cc9f52dd15da3 USING @0, @1,
> @2]\n[Native code: 1062]\n[Native message: Duplicate entry
> 'mm6ld61j9ekan5fief4ocikig3' for key 'PRIMARY']\n
>
The question is why is RoundCube trying to add a duplicate entry... what is
making it think it needs to add this user again???
If somebody can point me in the right direction as to what I should be
looking for that would be really helpful.
I've Googled all over the place and while there are a few articles about
this problem of creating new users there was no definitive solution, and
none of the suggestions offered seemed to help me at all. I tried looking
for security issues but couldn't find any. Found some table fields that
were not supposed to be 'null' and allowed them to be hoping that this may
solve the problem as one website suggested, but again no luck.
Cheers
Murray
--
Murray Collingwood
Focus Computing
p +61 415 24 26 24
http://www.focus-computing.com.au
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
People,
Firstly, thanks to the developers for a really nice product!
I have made the switch from Squirrelmail to RoundCubeMail for (remote)
webmail - which is a nice improvement. I have also bitten the bullet
and also switched from Thunderbird (for local mail) as well even though
there are a few features that I am missing because I think the
advantages of having a single mail client again (and one that has a SQL
DB for it's data) outweighs the disadvantages. I have been using RCM
heavily for some days now and am quite impressed but here are the
features I am missing from TB (I know some are already recognised as
wish list items but I thought I would repeat them to add weight to their
status). In the order I discovered them:
- a facility for inserting a text file into the body text
- a header lines editor
- show ALL of the items in the mail items pane ( increase max from 200
-> 999?)
- facility to open (as opposed to save) PDFs
- facility to list only folders with unread mails
- facility to automatically add new addressees to Address Book from
outgoing mails
- keyboard shortcuts
- RSS feeds (this seems to have been discussed on the fora a bit but
does not seem to be properly available?)
And also a question: Can plugins be written in Ruby? (I supposed I
should read the plugin stuff . .)
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: phil(a)pricom.com.au
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
trying to set up the vacation-plugin wit ldap-backend I'm
stuck. Accessing the page I get an error "Fehler bei der Verarbeitung",
which means something like "Processing error".
Preliminaries:
Only the admin can (and shall) change data in the directory tree.
the User-Dn is build like
uid=user(a)example.com,ou=example.com,ou=virtualmail,dc=hanns,dc=de
(The Mail-Address is used for the attributes mail and uid)
Here's my ldap-configuration from plugins/vacation (comments stripped
for readability)
,----[ plugins/vacation/config.inc.php ]
| $rcmail_config['vacation_ldap_host'] = '127.0.0.1';
| $rcmail_config['vacation_ldap_port'] = 389;
| $rcmail_config['vacation_ldap_starttls'] = true;
| $rcmail_config['vacation_ldap_version'] = 3;
| $rcmail_config['vacation_ldap_basedn'] = 'ou=virtualmail,dc=hanns,dc=de';
| $rcmail_config['vacation_ldap_binddn'] = 'cn=Manager,dc=hanns,dc=de';
| $rcmail_config['vacation_ldap_bindpw'] = 'totallysecret';
| $rcmail_config['vacation_ldap_attr_email'] = 'mail';
| $rcmail_config['vacation_ldap_attr_emaillocal'] = 'mailhost';
| $rcmail_config['vacation_ldap_attr_emaildomain'] = 'mailsource';
| $rcmail_config['vacation_ldap_attr_vacationenable'] = 'vacationActive';
| $rcmail_config['vacation_ldap_attr_vacationenable_value_enabled'] = 'TRUE';
| $rcmail_config['vacation_ldap_attr_vacationenable_value_disabled'] = 'FALSE';
| $rcmail_config['vacation_ldap_attr_vacationstart'] = 'vacationStart';
| $rcmail_config['vacation_ldap_attr_vacationend'] = 'vacationEnd';
| $rcmail_config['vacation_ldap_attr_vacationsubject'] = null;
| $rcmail_config['vacation_ldap_attr_vacationmessage'] =
| 'vacationInfo';
| $rcmail_config['vacation_ldap_attr_vacationkeepcopyininbox'] = null;
| $rcmail_config['vacation_ldap_attr_vacationkeepcopyininbox_value_enabled'] = null;
| $rcmail_config['vacation_ldap_attr_vacationkeepcopyininbox_value_disabled'] = null;
| $rcmail_config['vacation_ldap_attr_vacationforwarder'] =
| 'vacationForward';
| $rcmail_config['vacation_ldap_search_base'] =
| 'uid=%username,dc=%email_domain,ou=virtualmail,dc=hanns,dc=de';
| $rcmail_config['vacation_ldap_search_filter'] = '(objectClass=CourierMailAccount)';
| $rcmail_config['vacation_ldap_search_attrs'] = array ('vacationActive', 'vacationInfo');
| $rcmail_config['vacation_ldap_modify_dns'] = array ( 'dc=Manager,dc=hanns,dc=de');
| $rcmail_config['vacation_ldap_modify_ops'] = array(
| array ('replace' => array(
| $rcmail_config['vacation_ldap_attr_vacationenable'] => '%vacation_enable',
| $rcmail_config['vacation_ldap_attr_vacationmessage'] => '%vacation_message',
| $rcmail_config['vacation_ldap_attr_vacationforwarder'] => '%vacation_forwarder'
| )
| )
| );
`----
I'm in doubt, if I've set the right values for example in
$rcmail_config['vacation_ldap_search_base'] and
$rcmail_config['vacation_ldap_modify_dns']
By now, I don't see any activity in the ldap-Log, when I access the
vacation page.
Probably someone can have a look at the configuration and give me a
hint, where to start searching for my mistake.
Any help appreciated.
Hanns
--
"Who is General Failure? And why is he reading my harddisk?"
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Am 08.06.2011 13:56, schrieb Andreas Dick:
> On Wed, 08 Jun 2011 13:26:59 +0200, Tobi wrote:
>> Hi
>>
>> I have a strange problem with the latest version of RC-mail. When trying
>> to login I always get a "no connection error" for the given
>> default_host. I set the logging values all to true, but there is not one
>> line in ./logs/errors But for every login attempt I get lines in
>> ./logs/sql
>> strange thing is that a testscript with fsockopen() on port 143 returns
>> a valid pointer. As well telnet mymailserver 143 returns the greeting
>> string from my dovecot server. All other clients than RC-mail in the
>> same subnet can easy connect to the dovecot server. Just RC "thinks"
>> there is an error.
>> Does anyone have an idea in which direction I can dig further?
> looks like the access rights of logs/ ... have you changed owner and
> group of this directorry to the one of the webserver? (and as well tmp/ )
> Andreas
Hi
thanks for the hint with owner. I just had group set to the group the
webserver is running under. After I set the webserver user as owner as
well I got a bunch of PHP-Notices in the file. But nothing that looks
like a real error. If I set the error_reporting back to E_ERROR then I
get nothing in the errors file. I checked my dovecots logs as well, not
a trace of a connection try of RC. Firewalls on both machines are not
running.
I tried the local LAN IP of my mailserver as default_host as well as the
hostname, did not make any difference.
I have no clue where this request is "blocked" but I guess that it must
be somewhere within RC as I'm pretty sure the requests never reach my
mailserver which is in the same subnet than the webserver. At least I
cannot find anything in the mailserver logs.
I tried ssl connections on port 993 as well as normal requests on port
143. Nothing works.
Anymore ideas where to look further?
Thanks + cheers
tobi
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I have a strange problem with the latest version of RC-mail. When trying
to login I always get a "no connection error" for the given
default_host. I set the logging values all to true, but there is not one
line in ./logs/errors But for every login attempt I get lines in ./logs/sql
strange thing is that a testscript with fsockopen() on port 143 returns
a valid pointer. As well telnet mymailserver 143 returns the greeting
string from my dovecot server. All other clients than RC-mail in the
same subnet can easy connect to the dovecot server. Just RC "thinks"
there is an error.
Does anyone have an idea in which direction I can dig further?
Thanks
tobi
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
People,
I have installed:
roundcubemail-0.3.1-2.fc13.noarch
and I have followed all the suggestions from the INSTALL doc and from a
number of web pages but I still get the message:
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
I can tell from the lack of stuff in the PG logs that no connection is
even attempted. The only thing I haven't tried is rebooting the server
but that shouldn't be necessary?
I am looking to replace Squirrelmail for remote mail access and perhaps
Thunderbird for local access - as long as I don't don't lose too much
functionality . .
Suggestions appreciated!
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: phil(a)pricom.com.au
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks,
We just published a new bugfix release that fixes two important issues
in the IMAP communication which prevented sent messages from being
saved in version 0.5.2.
It's recommended to update all productive installations of Roundcube
with this new release. See http://trac.roundcube.net/wiki/Changelog
for details.
Best regards,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube users and lovers,
We're happy to announce another release of the Roundcube webmail
suite. This service update brings some more bug fixes and stability
improvements and it includes an updated version of the TinyMCE editor
which is now supposed to work correctly in IE9.
It is considered stable and we recommend to update all existing
Roundcube installation with this release. For a complete list of
changes see http://trac.roundcube.net/wiki/Changelog. Packages can be
downloaded from the usual place: http://roundcube.net/download
Have fun and happy easter,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I'm trying to install roundcube from svn; this is what I get when I try to
login (the login fails):
DB Error in /var/www/[redacted]/program/include/rcube_mdb2.php (718): MDB2
Error: constraint violation Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: EXECUTE
mdb2_statement_mysql_3415882471425ebb3058fd14a2a2528d2e740add6 USING @0, @1,
@2] [Native code: 1062] [Native message: Duplicate entry
'SJlwEcZI3UdK6f7r3,HcfYWdgsEJn2ghSoE6xWj7' for key 'PRIMARY']
I've set $rcmail_config['debug_level'] to 15 for this.
A backtrace indicates this originates in the shutdown routine
(debug_backtrace() slightly trimmed for brevity):
[0] => Array
[file] => /var/www/webmail2.ii.nl/program/include/rcube_mdb2.php
[line] => 301
[function] => _add_result
[1] => Array
[file] => /var/www/webmail2.ii.nl/program/include/rcube_mdb2.php
[line] => 219
[function] => _query
[2] => Array
[file] => /var/www/webmail2.ii.nl/program/includ/rcube_session.php
[line] => 181
[function] => query
[3] => Array
[function] => db_write
[class] => rcube_session
[4] => Array
[file] => /var/www/webmail2.ii.nl/program/include/rcmail.php
[line] => 1164
[function] => session_write_close
[5] => Array
[function] => shutdown
This is the only error I see (besides a lot of notices and strict errors when
I set error_reporting to E_ALL); does anyone have a pointer where to start
looking?
thanks,
Mrten.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
At some point I upgrade RC to the 0.5.2. Additionally, mysql was
upgraded to 5.1.57-1~dotdeb.1 from the dotdeb repos for Debian Squeeze.
There were no problems to report, until someone tried to change his
password, and the logs spat out this:
May 25 12:03:53 srv22 roundcube: PHP Parse error: syntax error,
unexpected T_VARIABLE in /web/rc/plugins/password/config.inc.php on line 19
May 25 12:03:53 srv22 roundcube: PHP Parse error: syntax error,
unexpected T_VARIABLE in /wev/rc/plugins/password/config.inc.php on line 19
The apparently offending line in this plugin is:-
$rcmail_config['password_require_nonalpha'] = false;
If I comment it out it just complains about the next line.
Has anyone seen this, so that I might mend it?
Best regards, S
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
two days ago I've updatet my installation to the current trunk (SVN).
I also made the database structure update.
If I try to open then addressbook
http://heist.hobby-site.org/cubemail/?_task=addressbook
I only got the following error:
Fatal error: func_get_args(): Can't be used as a function parameter in
/share/MD0_DATA/Qweb/cubemail/program/include/rcube_mdb2.php on line 626
The address autocomplete function (composing a new mail) is not working
too.
How can I resolve this problem?
Best regards from germany
Ulli
P.S.: My old version 0.52 is still running in a other directory.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
since the migration to version 0.5.2 you can not access the subfolder of
the inbox.
Other records are available but not those who have as a parent's inbox
I have not found the answer in the archives of messages on
http://lists.roundcube.net/mail-archive/users/search.php?q=folder
Here is an error log
Yet the record is well subscribed and active on the server
--------------------------------------
HTTP GET:
./?_task=mail&_remote=1&_action=list&_mbox=INBOX.A_MessagerieTraitee&_page=1&_refresh=1
--------------------------------------
this.set_pagetitle("Roundcube Webmail :: A_MessagerieTraitee");
this.set_rowcount("Bo\u00eete aux lettres vide");
this.set_mailboxname("A_MessagerieTraitee");
this.set_message_coltypes(["threads","subject","status","from","date","size","flag","attachment"],null);
this.display_message("Erreur du serveur: SELECT: Mailbox does not exist,
or must be subscribed to.","error");
--------------------------------------
thank you for your suggestions
jc
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there, I have been using roundcube for a very long time and I have recently upgraded to 0.5.2
I have had a few snags along the way.
First:
Every so often I will see a message in my httpd log like this:
[Mon May 16 13:41:25 2011] [error] [client x.x.x.x] PHP Fatal error: Cannot redeclare rcube_autoload() (previously declared in /var/www/html/program/include/iniset.php:87) in /var/www/html/program/include/iniset.php on line 116, referer: http://server.net/?_task=mail&_mbox=INBOX&_refresh=1
Does anyone know what this means and how to correct it?
Second,
When I try to modify my settings in my account it pops up with a red box and says:
an error occured while saving...
If I keep clicking the 'save' button over and over eventually it will say "successfully saved".
Start up time for large mailboxes takes a really long time now.
Is there some way to tell it by default to only download the headers it needs to display the first page of results?
thanks,
-Drew
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I'm using roundcube 0.3.1. Each time I click on a imap subfolder I see a
complete new imap login process in my cyrus log. Is this normal
behavior?
Thanks
Marcus
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
RC 0.4-stable
Is there a way to show the logged username on the Webmail? As many
of my users have multiple accounts (we have many subdomains), and they
all log using a single URL, sometimes its confusing to know which
username are they using at the moment.
Thanks
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello friends of Roundcube
One of our busiest plugin developers, Roland Liebl, is asking for your
help. His bundle of Roundcube plugins at
http://code.google.com/p/myroundcube/ meanwhile contains more than 30
useful extensions and some of them are now seeking new maintainers,
namely the google_contacts and the plaxo_contacts plugins. Both of
them extend the Roundcube address book with additional backends and if
you're familiar with either the Google or Plaxo API and interested in
contributing to our free software please contact him over
http://code.google.com/p/myroundcube/
Have a good one,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I have RC with LDAP as 'address book only' running on Gentoo. Perfect.
Now I migrated server to Ubuntu with pretty much the same configuration
and everything works fine except that Address Book pane is completely
read only. All buttons, including navigation buttons are grayed out. I
have more than one page of addresses and I cannot even navigate to see
the latest entries. And I cannot select any of addresses :?
On the other hand, LDAP lookup is working fine, autocomplete works in
e-mail composing pane.
I've searched all around but couldn't find anything like.
Any ideas?
RC is 0.5.2, but underlying software versions on both servers slightly
differs. But both are fresh - Gentoo is current and Ubuntu is 11.04.
Thanks for your time & BR,
Ivars
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi folks,
I am looking for a RoundCube plugin which allows me to do delete all
messages in the currently selected IMAP folder by clicking just one
button. This would allow me to emulate the way in which I avoid clutter
when trying to "catch up" on some mailing lists using Thunderbird.
Thanks for your comments.
-Ralph
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
This is my setup
- 1 Quad Core Nehalem @ 2.80 ghz
- 12 GB of ram
- RAID 1+0 of 8 SAS 15K rpm disks
- Red Hat Enterprise Linux 5.6 x64
- Apache 2.2.3, PHP 5.3.6, Mysql 5.5, php-apc
- Latest stable roundcube version (0.5.2 today..)
- IMAP server: dovecot 2.0.11 in another host
I must support 1.200 concurrent users with roundcube (we are almost 15.000, 10% of concurrency is not a bad deal), and I have the following questions:
- How much memory does roundcube uses?
- How many mysql threads should I use for 1.200 concurrent users?
- Any performance hint about this setup?
Regards
Maria
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I need to change the configuration according to the URL. Here is a
possible scenario:
1. visiting webmail1.host.com --> horde switching to pop1.host.com and
smtp1.host.com;
2. visiting webmail2.host.com --> horde switching to with pop2.host.com
and smtp2.host.com.
is it possible to access to the different configurations through the
same roundcube installation? Or do I need duplicated installation?
Note: I don't want a dropdown menu of all possible servers.
Regards,
Salvatore
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/NJ/CIZjGFtn/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I have an installation of roundcube v0.4.2 which I upgraded in January this year
from v0.3
In the main.inc.php file, I have specified both an 'sql' address book as well as
an 'ldap' addressbook.
When autocompleting, if I select just the 'ldap' addressbook, contacts
autocomplete fine, however when I select the 'sql' option, only the sql contacts
are complete and none of the ldap contacts.
example:
$rcmail_config['address_book_type'] = 'sql';
$rcmail_config['ldap_public']['SCHOOL'] = array( etc.....
$rcmail_config['autocomplete_addressbooks'] = array('sql', 'SCHOOL');
With this configuration, only the sql address book is auto-completed.
If I specify:
$rcmail_config['address_book_type'] = 'ldap';
then it all works fine except for the fact that there is no Personal Address
book available.
If I specify:
$rcmail_config['autocomplete_addressbooks'] = array('SCHOOL', 'sql');
there is no change
and if I specify:
$rcmail_config['autocomplete_addressbooks'] = array('SCHOOL');
then the weirdest thing happens - it ONLY autocompletes from the sql contacts
still ????
I also tried:
$rcmail_config['autocomplete_addressbooks'] = array('sql', 'ldap');
but this didn't change anything either.
Any thoughts/hints?
Cheers,
PJR
--
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I`m sorry for the stupid question. Spend about 4 hours for that and still in
the same place.
I have dovecot+postfix installed and correctly configured. I`ve checked all (3)
users and sending/receiving mail through standalone client.
Then I`ve installed roundcube 0.5.2. After DB (mysql) setup and
running through configuration wizard, I`ve did there imap and smtp tests, and
they are successfull.
But now I
1. don`t see any roundcube logs anywhere. I tryed 'syslog' and 'file' in
main.inc. Nothing shows also in apache and dovecot logs.
2. cannot login with my username and login
temp and logs folders permissions are 0777 chmod`ed for now, also installation
wizard shows that permissions are OK.
Any suggestions are welcome.
//DP
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I recently upgraded to 0.5.2 and something happened with one new user that is preventing him from logging in. Logs as follows:
[02-May-2011 09:34:25 -0700]: PHP Error: Failed to create new user in /Library/WebServer/webmail/program/include/rcube_user.php on line 472 (POST /?_task=login&_action=login)
[02-May-2011 09:34:25 -0700]: PHP Error: Failed to create a user record. Maybe aborted by a plugin? in /Library/WebServer/webmail/program/include/rcmail.php on line 747 (POST /?_task=login&_action=login)
[02-May-2011 09:37:20] MDB2 Error: constraint violation (-3): _doQuery: [Error message: Could not execute statement]
[Last executed query: EXECUTE mdb2_statement_mysql_5387c9f5d86c3aee0d5cbe819c4508c22fcac0365 USING @0, @1, @2, @3]
[Native code: 1062]
[Native message: Duplicate entry 'newuser-domain.com' for key 2]
[02-May-2011 09:37:20 -0700]: DB Error: MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE mdb2_statement_mysql_5387c9f5d86c3aee0d5cbe819c4508c22fcac0365 USING @0, @1, @2, @3] [Native code: 1062] [Native message: Duplicate entry 'newuser-domain.com' for key 2] in /Library/WebServer/webmail/program/include/rcube_mdb2.php on line 642 (POST /?_task=login&_action=login)
[02-May-2011 09:37:20 -0700]: PHP Error: Failed to create new user in /Library/WebServer/webmail/program/include/rcube_user.php on line 472 (POST /?_task=login&_action=login)
[02-May-2011 09:37:20 -0700]: PHP Error: Failed to create a user record. Maybe aborted by a plugin? in /Library/WebServer/webmail/program/include/rcmail.php on line 747 (POST /?_task=login&_action=login)
Any suggestions? Thanks!
Alex
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I have a 0.5.2 running in a small company and users have been
complaining that attached PDF files don't open properly.
I tried to open one of those emails with thunderbird, the PDFs display
properly. But with roundcube, I get a blank page.
I saved both PDFs (from tbird and roundcube) and it appears that the
one from Roundcube is slightly bigger (by 118 bytes):
$ ls -al
-rw-r--r-- 1 jvehent jvehent 11392 May 2 2011 MicroGate chges avril
2011 -rcube.pdf
-rw------- 1 jvehent jvehent 11274 May 2 09:52 MicroGate chges avril
2011 -tbrid.pdf
$ md5sum *
bfb27d3a439fd4d38a2b6d9bcd827582 MicroGate chges avril 2011.pdf
2fd9859443dfa3696b6e86de9fc0b2d2 MicroGate chges avril 2011 -tbrid.pdf
I opened both documents in Vim, and noticed that the one coming from
Roundcube contains trailing "^M" that don't exist in the PDF coming from
Thunderbird (see attached screenshot, the document from roundcube is on
the right).
I observed this behavior in 0.5.1 and upgraded to 0.5.2 without any
change. I tried deactivated ALL the plugins on my instalation, without
any change. So before feeling a bug ticket, I'd like to confirm there is
not already a solution for this.
Thanks,
Julien
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gq/QXVz95UJ/roundcube_pdf_bugs.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi,
i use roundcube 0.5.1-DEP and i upgrade to 0.5.2-dep and now digest-md5
is broken.
i use: debian 6.0 (stable/squeeze).
$rcmail_config['imap_auth_type'] = 'DIGEST-MD5';
$rcmail_config['imap_auth_type'] = null;
do not work.
PHP5-IMAP and PHP-NET-imap are installed.
i use dovecot. i must put
$rcmail_config['imap_auth_type'] = 'CRAM-MD5';
to work.
bst regards
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
> [27-Apr-2011 19:15:25] PHP Deprecated: Assigning the return value of
> new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
This is an error message from the PEAR MDB2 package not from Roundcube
itself.
Roundcube seems to use PEAR MDB2 package for database connectivity. The
current stable release of MDB2 uses assignments by reference (=& new ).
There is a newer beta of the MDB2 package available where changelog says
dropped php4 support and php5.3 fixes. It can be installed by shell command
"pear upgrade MDB2-beta" or you can grab it from
http://pear.php.net/package/MDB2/download/
--Martin
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Platform: Debian 6.0 Squeeze i386
RC rev: 0.3.1-6
Symptom: Immediately after RC login and seeing the mailbox view I am
instantly redirected back to the login page. This occurs via http and
https, with or without https redirection enabled. I did not have this
problem immediately after the Squeeze upgrade when I tested all apps on
the server to make sure they were all working.
Relevant Log entries:
...
[27-Apr-2011 19:15:25] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
[27-Apr-2011 19:15:28] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 393
[27-Apr-2011 19:15:28] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
Related information:
I can't recall the exact details, but an issue unrelated to Roundcube
forced me to remove and reinstall one of the php packages on the system.
I'm guessing this is the source of the problem. There are 234 php and
related packages in Debian 6.0 and I have no idea which one(s) I need to
reinstall to fix this problem.
Any help would be greatly appreciated.
Thanks.
--
Stan
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On 2011-04-20 1:03 PM, Arthur Titeica wrote:
>
>
> On Thu, 17 Mar 2011 14:53:00 -0700, Jim Pazarena wrote:
>
>> I recently discovered a hacker (IP: 41.211.223.83)
>> ALL SHOULD BLACKLIST who signed on to my roundcube system
>> with login credentials of a legitimate user, and used
>> roundcube to send out 82 emails (junk "I have a proposal for
>> you") to hundreds of recipients EACH.
>>
>> comments please!
>
> What roundcube version you have?
this was 0.5
I recently upgraded to 0.5.1
Incidentally, I found a SECOND roundcube 'hack'. Hundreds more
spam sent out thru roundcube.
What concerns me is that the attack seemed automated in that
the number of emails in the short time spam could not have
been injected manually. Suggesting a bot of some sort automatically
inserting the spam thru the web interface.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I was receiving a "Server Error (OK)" when trying to look at any
folder. The contents of the folder were not displayed. Mail could be
sent, settings could be viewed, but no messages were displayed. This
occurred after an upgrade of PHP, Apache and several other applications
on my Ubuntu server.
Alec, the Roundcube developer extraordinaire, saw what appeared to be
an issue with compression. We were able to determine that mod_deflate
was the culprit. Commenting out "SetOutputFilter DEFLATE" in the
.htaccess file solved the issue and now folders can be viewed. I'm
working to track down where the exact issue with mod_deflate lies, but
this appears to have solved the issue.
Thanks for everyone's help!
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello.
I would like to know is there any effort to implement SQLite 3.x support
in Roundcube?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Whenever I try yo login, it instantly gives "Your session is invalid or
expired".
May I know what I'm doing wrong?
Regards,
Test
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
By the way, I did make the change to the app.js.src file and it doesn't
seem to make a difference.
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
debug_level is 8 and I've turned debugging options "on" across the
board. No errors are showing up anywhere. The imap log shows
everything working right. Apache doesn't show anything weird.
Silly question about the patch you link to. It shows modifying app.js,
but the line is in app.js.src. Also, it's not at line 5390 in
app.js.src - it's at 5166 ($Id: app.js 4666 2011-04-17 09:34:02Z alec).
Am I supposed to be modifying it there? I can't see where app.js.src and
app.js relate, but once again - I'm not a programmer.
Thanks!
Chris
>On 21.04.2011 04:01, Chris wrote:
>
>> I've tried a million things. The Dovecot maildir issues are
>> resolved.
>> No errors show up in the roundcube sql or imap logs, nor in the
>> Apache
>> or Dovecot logs. As a matter of fact, the imap log shows the
>> complete
>> imap transaction as functioning correctly. Yet I can't view the
>> contents of any mailbox or folder - I get "Server Error (OK)"
>> consistently. I'm assuming this is a Javascript/HTTP error of some
>> sort. I'm not sure where the "OK" comes from. Anyway, it's driving
>> me insane. Any suggestions on how to debug this?
>
>What's your debug_level setting? Check with this patch
>http://trac.roundcube.net/changeset/4681
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
started to make this work in progress, if some here wants to help me,
email me offlist, just using mysql here so hope i can use native php code
to get this new user registration on roundcube, and its a learning curce
for me :)
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, roundcube users.
How to specify IMAP folders with names that contains non-ascii
characters? One should convert these names using mUTF7 or it is
possible to specify them as is?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I just discovered the password plugin that comes by default with
RC, and have enabled it. As I expected it did not work out of the box,
(mysql driver) because I know that I have to adapt the plug-in to my
particular configuration.
I have all passwords stored in a mysql backend that was configured using
postfixadmin. Is it possible, and if so does any one have any pointers,
to get RoundCube's password plug-in to work with the mysql backup as
configured with the default postfixadmin mysql set-up?
Best regards, J.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e