Hi - since I migrated from rcm 0.5 to 0.6, my inbox is greyed out. I
cannot click on the inbox anymore in the folders list, but have to use
the e-mail button in the top menu bar. Any idea what may have triggered
this behavior?
I just upgraded further to 0.7.1 (all via the installto.sh script), but
the issue persists.
Thanks for any help you can provide,
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
People are able to login with 'username' and 'username(a)domain.com' and
it seems like this is resulting in two entries into the database, one
for each. Is there a way to allow both to login, but only use one for
the identity in the database?
thanks!
micah
--
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
We upgraded our RC from 0.6 to 0.7 and we have an issue with
skip_deleted flag.
If we set the skip_deleted flag, no folder shows any messages. Flag
worked fine under 0.6.
Anybody experienced the same issue?
We use sql db and it looks like RC is parsing preferences wrong.
Help appriceated.
Jure
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
what maillist?, plase let me hold your pocket :)
-------- Original Message --------
Subject: Re: [RCU] How to make roundcube show user quota information
Date: Mon, 09 Jan 2012 18:52:37 -0600
From: paul(a)shopterraforma.com
To: Benny Pedersen <me(a)junc.org>
Hi,
Would you please take me off your mailing list.
Thanks,
Paul
On 07.01.2012 17:48, Benny Pedersen wrote:
> On Sat, 7 Jan 2012 14:16:37 +0100, Krisztián Gulyás wrote:
>
>> I would like to make roundcube show the quota bar for logged in
>> users.
>
> http://wiki.dovecot.org/Quota
>
>> Could you help me?
>
> i hope :-)
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
We're happy to announce another release of the Roundcube webmail
suite. This service update brings some bug fixes and translation
updates to the 0.7 stable release. See
http://trac.roundcube.net/wiki/Changelog file for details.
It is considered stable and we recommend to update all existing
Roundcube installation with this release. Get it from
http://roundcube.net/download as usual.
Have fun and happy new year to everybody!
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
IMAP/SMTP usernames on my server are in form user_domain.tld. When
this user first time log in to RoundCube, new identy for him is
created with default e-mail adress in form user_domain.tld@localhost,
which is unfortunately not accepted by SMTP server (because this user
does not exist). So my question is, if there is any way to change this
behavior (just pick IMAP username and substitute _ by @).
Thank you very much for your help.
Martin Šťastný
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Two weeks ago I also tried to ask you (with no success) but I would take a
chance again.
My problem is that our roundcube version does not show the quota usage
information of the logged-in user.
I managed to make exim-dovecot to create the maildirsize file. The location
for a certain e-mail is: /home/<username>/imap/<domain>/<e-mail address
name>/Maildir/maildirsize. For example the maildirsize file for test@
company.hu is located in /home/ownerOfTest/imap/company.hu/test
/Maildir/maildirsize.
I would like to make roundcube show the quota bar for logged in users.
Could you help me?
Best regards,
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I just upgraded my company's Roundcube installation from 0.5.3 to 0.7,
and I have an interesting problem.
We have the force_https option set to true. In the past, if you went to
the unencrypted address and tried to login, you would be redirected to
the encrypted connection, and your login would succeed.
Now, if you go to the http address and try to login, you are not
redirected to the encrypted connection, and you get an error stating
that "Your session is invalid or expired" when you try to login.
Can anyone else confirm this error? It's not a show stopper, but it is
a little annoying that the behavior is different. I'm sure to get
complaints on Monday. *sigh*
Thanks,
Fred Bacon
Aerodyne Research, Inc.
--
----------------------------------------------------------------------------
"A bus station is where a bus stops. A train station is where a train stops.
On my desk, I have a work station…."
— William Faulkner
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Recently my mailbox went from being 25% to 81% full very quickly. I
use this email address for business so it's very important I add more
mailbox space. How can I do so?
Thank you,
Paul
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I'm having a little trouble with address book groups. I think I'm really
looking for a little clarification on expected functionality and help
with my current set up.
I'm running Roundcube 0.7 with individual's contacts stored in an LDAP
directory (OpenLDAP). For the most part it is working great - big thank
you to the devs : )
I have a 'Private Address Book' and all contacts are listed under
'Contacts' in the next column, great. I can also add groups, which are
then nested under the 'Private Address Book' and adding contacts to
those groups seems to work well also.
However, selecting one of the nested groups does not display any of the
members under the 'Contacts' column - Should it?. There is a count at
the bottom ('Contact 1 to 11 of 11', for example) but it is always one
higher than the number of contacts in the group.
Also, adding a group to the 'to' field when composing a message does not
seem to work. Typing 'my g' brings up 'My Group (2)' correctly (apart
from the number of contacts in the group) but when I select it, it is
replaced with a ','.
Here are the appropriate sections of my config, I'd be grateful of any help:
$rcmail_config['ldap_public']['Private'] = array(
'name' => 'Private Address Book',
'hosts' => array('my.server.com'),
'port' => 389,
'use_tls' => true,
'ldap_version' => 3,
'user_specific' => true,
'base_dn' => 'ou=Address Book,cn=%fu,%dc',
'bind_dn' => 'cn=%fu,%dc',
'bind_pass' => '',
'search_base_dn' => '',
'search_filter' => '',
'search_bind_dn' => '',
'search_bind_pw' => '',
'search_dn_default' => '',
'auth_cid' => '',
'auth_method' => '',
'hidden' => false,
'searchonly' => false,
'writable' => true,
'LDAP_Object_Classes' => array("top", "person", "inetOrgPerson",
"organizationalPerson", "evolutionPerson"),
'LDAP_rdn' => 'cn',
'required_fields' => array("cn", "sn"),
'search_fields' => array('cn'),
'sort' => 'cn',
'scope' => 'one',
'filter' => '(objectClass=evolutionPerson)',
'fuzzy_search' => true,
'vlv' => false,
'numsub_filter' => '(objectClass=organizationalUnit)',
'sizelimit' => '0',
'timelimit' => '0',
'referrals' => true|false,
'groups' => array(
'base_dn' => 'ou=Groups,cn=%fu,%dc',
'filter' => '(objectClass=groupOfNames)',
'object_classes' => array("top", "groupOfNames"),
'member_attr' => 'member',
'name_attr' => 'cn',
As you can see, the structure of my LDAP directory is like this:
ou=Address Book,cn=username(a)server.com,dc=server,dc=com
ou=Groups,cn=username(a)server.com,dc=server,dc=com
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e