Hi,
I had problem with this user logged in, the login is k2r8ne(a)domain.com
log error roundcube:
[11-Aug-2011 14:57:12] MDB2 Error: unknown error (-1): _doQuery: [Error
message: Could not execute statement]
[Last executed query: SET NAMES iso-8859-1]
[Native code: 1115]
[Native message: Conjunto de caracteres 'iso' desconhecido]
[11-Aug-2011 14:57:12 -0300]: DB Error: MDB2 Error: unknown error Query:
_doQuery: [Error message: Could not execute statement] [Last executed query:
SET NAMES iso-8859-1] [Native code: 1115] [Native message: Conjunto de
caracteres 'iso' desconhecido] in
/www/roundcubemail/program/include/rcube_mdb2.php on line 642 (POST
/webmail/?_task=login&_action=login)
[11-Aug-2011 14:57:12] MDB2 Error: constraint violation (-3): _doQuery:
[Error message: Could not execute statement]
[Last executed query: EXECUTE
mdb2_statement_mysql_745c23f46228824963c0c2bd2ce109b4f660a2a34 USING @0, @1,
@2, @3]
[Native code: 1062]
[Native message: Entrada 'k2r8ne(a)domain.com-mail.domain.com' duplicada para
a chave 2]
[11-Aug-2011 14:57:12 -0300]: DB Error: MDB2 Error: constraint violation
Query: _doQuery: [Error message: Could not execute statement] [Last executed
query: EXECUTE
mdb2_statement_mysql_745c23f46228824963c0c2bd2ce109b4f660a2a34 USING @0, @1,
@2, @3] [Native code: 1062] [Native message: Entrada '
k2r8ne(a)domain.com-mail.domain.com' duplicada para a chave 2] in
/www/roundcubemail/program/include/rcube_mdb2.php on line 642 (POST
/webmail/?_task=login&_action=login)
[11-Aug-2011 14:57:12 -0300]: PHP Error: Failed to create new user in
/www/roundcubemail/program/include/rcube_user.php on line 472 (POST
/webmail/?_task=login&_action=login)
[11-Aug-2011 14:57:12 -0300]: PHP Error: Failed to create a user record.
Maybe aborted by a plugin? in /www/roundcubemail/program/include/rcmail.php
on line 747 (POST /webmail/?_task=login&_action=login)
version roundcube: 0.5.1
the user login perfect in squirrelmail
Marlon
--
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
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 all.
I'm trying to install Roundcube 0.5.2 on a debian server using postgresql
and I'm desperately looking for a tutorial, a how-to...
A pointer to any lead would be appreciated.
Here are more details concerning the context and the issue(s) I am facing.
Before last week-end, il was running a nice debian lenny with a roundcube
(0.3, I believe) installed by decompressing an archive in
/usr/share/roundcube.
After the upgrade to squeeze (which broke a few things...), I thought I
might as well upgrade to a newer version of roundcube.
A backport package being provided, I decided to use it :
http://packages.debian.org/squeeze-backports/roundcube
(along with the package for pgsql, and all necessary dependencies)
It seems like a lot of things have changed between 0.3 and 0.5. Perhaps
the debian packagers have introduced modifications as well.
The installation used to involve accessing roundcube through its web page
(URL/installer) and following the online configuration (database, etc). It
looks like this does not existe anymore.
Concerning the DB, the config used to go like :
pgsql://roundcube:password@localhost/roundcube
and now it is in /etc/roundcube/debian-db.php, generated from
/etc/dbconfig-common/roundcube.conf
(Or perhaps is this specific to debian packaging ?)
Apparently I did not manage to configure the DB access correctly :
The error messages are :
On the web page
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
/var/log/apache2/error.log
MDB2 Error: not found (-4): no RDBMS driver specified
/var/log/roundcube/errors
DB Error: no RDBMS driver specified
in /usr/share/roundcube/program/include/rcube_mdb2.php on line 101 (GET /)
I believe I entered the correct access parameters but I don't know where I
indicated that postgresql is to be used (except when choosing its only
.deb package).
/etc/roundcube/debian-db.php :
$dbuser='roundcube';
$dbpass='password';
$basepath='';
$dbname='roundcube';
$dbserver='';
$dbport='';
$dbtype='';
(It is a single server installation).
I don't understand all parameters in
/etc/dbconfig-common/roundcube.conf
# dbc_dbtype: type of underlying database to use
# this exists primarily to let dbconfig-common know what database
# type to use when a package supports multiple database types.
# don't change this value unless you know for certain that this
# package supports multiple database types
dbc_dbtype=''
Should I modify dbc_dbtype ?
Is there a guide for these parameters, apart from the comments ? Am I
supposed to modify this file anyway ? Or is there any installer I didn't
find already ?
Remarks :
* First mistake, I thought the package would not install in the same place
as the installation I was already using, so I didn't move
/usr/share/roundcube before processing. Therefore, I may have lost some of
my old config (config directory was not modified, though). Anyway, it
should not be an issue if I manage to get the new version up and running.
I moved /usr/share/roundcube, then uninstalled through aptitude, then
reinstalled, to get a clean directory. I don't think this is important but
I might be wrong.
* I already have a database populated, so it's rather like an upgrade than
an installation, but I don't really mind losing it in the process : I've
got a backup, and anyway, correct me if I'm wrong, but it is not much
information (personnal settings, identities, and such, not a real issue
for my users).
Thank you for any help. And sorry if it is an easy one, I swear I've been
searching and I feel kinda stuck.
--
Jérôme
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e