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
Hi,
I am testing roundcube 0.7-stable. I configured LDAP Adressbook with the
following groups properties:
'groups' => array(
'base_dn' => 'dc=mydomain',
'filter' => '(objectClass=rmailGroup)',
'object_classes' => array("top", "mailGroup"),
'member_attr' => 'rfc822member', // name of the member
attribute, e.g. uniqueMember
'name_attr' => 'cn', // attribute to be used as group name
),
I can see the users and groups emails in address book but not group
members. When i click on group no member listed.
After enabling rouncube debug, I saw the following LDAP query. It seems
that RC users full dn as a filter value.
[29-Dec-2011 17:20:55 +0200]: C: Search
[(|(member=uid=user@test.com,ou=test.com,o=mail,dc=mydomain)(uniqueMember=uid=user@test.com,ou=test.com,o=mail,dc=mydomain)(*rfc822member=uid=user@test.com,ou=test.com,o=mail,dc=mydomain*))][dn:
dc=mydomain]
But the filter value must be username not full dn as above.
Any idea?
--
Ismail YENIGUL
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm using rcmail 0.7 from source. I setup everything but don't understand
the identitities_level feature in main.inc.php and the identities
generally.
I want to create a new mail, but even if I have
identities_level = 3, I can specify the From: address and even if I don't
enter any, I'm noticed with message box, that I must enter some
From: address. Why?? Because
I can enter ANY address for example something like 'nonexistent(a)email.com'
if I really want (the only domain part is checked).
How is the idea of this? Am I missing something or do I have to configure
something more?
According to me, the textbox for entering ANY email address should be
replaced with label 'myownemail(a)address.com' and link for editing
identities should disappear...
Thank you
Best regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
New to roundcube and dovecot - bear with me if this questions are too basic.
On Debian I got dovecot working for imap and pop3. Installed them with
apt-get install ...
Postfix has been running for a while.
I configured dovecot to access the incoming mail from the correct
location. Testet receiving mail with my mail client using pop.
Stopped the mail client from periodically receiving mail.
How can I see new incoming mail in roundcube Inbox? I checked that
postfix has written new mail at the inbox location but dovecot does not
update their indexes.
Something simple is missing here I guess.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
> my question was, what do you see in the gui?
> -> a dropdown left from the address? or even something like "Address"?
> if you change the dropdown, do it not change?
> or what does not work?
> Andreas
Hi, did this get resolved?
I too am having trouble with the alternative work/home addresses. The
email and phone number fields work as expected but there is no 'Add
Field > Address' option (only email, phone and website in my case).
I'm not really sure what the config should look like but here is mine
(using the evolutionPerson schema). There are a couple of things
commented out but that's just from previous experimentation:
'fieldmap' => array(
// Roundcube => LDAP
// Main information
'firstname' => 'gn',
'jobtitle' => 'businessRole',
'name' => 'cn',
'organization' => 'o',
//'photo' => 'jpegPhoto',
'prefix' => 'title',
'surname' => 'sn',
// Contact Properties
'email' => 'mail',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
'phone:mobile' => 'mobile',
// Work address
'address:work' => 'street',
//'zipcode:work' => 'postalCode',
//'locality:work' => 'l',
// Home address
'address:home' => 'homePostalAddress',
//'zipcode:home' => 'postalAddress',
//'locality:home' => 'otherPostalAddress',
//'region:home' => 'st',
//'country:home' => 'co',
'website' => 'labeledURI',
// Personal information tab
'anniversary' => 'anniversary',
'birthday' => 'birthDate',
'manager' => 'managerName',
'spouse' => 'spouseName',
// Notes tab
'notes' => 'note',
),
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
As of January 2012 Roundcube will be licensed under the GNU General
Public License (GPL) Version 3 or later (with exceptions for skins &
plugins) while it was licensed under GPL (v2) before that change.
Actually the license situation wasn't absolutely clear before because
some parts of the Roundcube code didn't specify a version number of
the GPL while others did. Those parts not specifying a version number
could, according to the GPL license text, be considered as either
version 2 or any later version.
*Clarification and Preparation for the Future*
Because of the incorporated numerous other components, the only
options for licenses are in the GNU GPL family, namely GNU GPLv2, GNU
GPLv3, GNU AGPLv3.
In order to become license compatible with some of the newer
technologies we would like to be able to use and to be well prepared
for future development and integration we decided to officially change
to GNU GPL "version 3 or any later version".
Together with the change to GPLv3+ we also added the following
exception to the Roundcube license agreement which explicitly excludes
skins & plugins from the terms of the GPL:
" This file forms part of the Roundcube Webmail Software for which the
following exception is added: Plug-ins and Skins which merely make
function calls to the Roundcube Webmail Software, and for that purpose
include it by reference shall not be considered modifications of the
software.
If you wish to use this file in another project or create a modified
version that will not be part of the Roundcube Webmail Software, you
may remove the exception above and use this source code under the
original version of the license. "
This shall give a maximum flexibility to skin designers and plugin
developers to choose any other license for their work or even to
create commercial or proprietary components without being forced to
publish them according to the strong copy-left requirements of the
GPL.
The original proposal and the following discussion about this license
clarification can be read in our mailing list archive:
http://lists.roundcube.net/mail-archive/dev/2011-11/0000040.html
*Request for Agreement*
Because the copyright in Roundcube is not consolidated, making these
updates requires the agreement of all contributors to Roundcube.
So if you have in the past contributed to Roundcube, we would very
much like to ask for your explicit agreement with this path forward.
We believe this primarily represents a clarification and an adjustment
to what we practiced over the past years.
But of course we cannot force anyone to agree, so for those who do not
agree to this license update we still offer the choice to have their
code removed from Roundcube.
Please contact us in case you have serious objections against the
GPLv3+ with exceptions for skins & plugins and you want your
contributed code to be removed.
Thanks for all your support, we're looking into an exciting future of
Roundcube in the year 2012.
Best,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I recently upgraded to v0.7, and we
are no longer able to see inline or attached JPG images. How can we resolve
this?
Would it have anything to do with this setting in main.inc.php?
$rcmail_config['client_mimetypes']
= null; # null == default
Thank you,
Jess
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube Users,
I've been using Roundcube from version 0.4.2 installed with Directadmin.
I would like to make Roundcube to show my users their quota usages.
I searched for the solution much but with no success. By the way as I saw it
should be a default feature.
Could you help me how to make it being shown?
Thank you very much!
Bye
Chris
from Hungary
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers and list lurkers
After another round of bugfixing we're happy to announce the stable
release of Roundcube webmail version 0.7. Beside fixing the generously
reported bugs we also added some security improvements which will
protect the Roundcube users from XSS and clickjacking attacks. While
most of the modern browser already provide good production for such,
we addressed the security of older browsers by doing some more content
filtering and environment analysis.
With this release Roundcube also passes the email standards project's
acid test. See http://www.email-standards.org/acid-test for details
and help spread the word about it.
We recommend to update all existing Roundcube installations with this version.
Get it now from http://roundcube.net/download and give it a try.
After completing that milestone we're now focusing on the
implementation of your new skin which should become part of the next
release.
Also we're observing with great pleasure that Roundcube becomes more
and more popular and meanwhile ships with sophisticated server
software such as the Kolab Groupware or Mac OS X Lion Server. Thanks
for your confidence and your support!
Have fun!
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Fri, 23 Dec 2011, Elio Tondo wrote:
> On 23/12/2011 10:53, Tomas Macek wrote:
>
>> I've just installed the newest RC 0.7 and I'm trying to find a solution to
>> my problem. I'd like to have the mail composing form without the
>> possibility to change the From: mail address/header. How can I do that?
>> Our customers must login into the webmail with their email/password and
>> so I want to use the email automatically as the only option to the From:
>> header without the possibility to change this header.
>> I was looking into some plugins, read some doc, but found nothing usable.
>> To try to hack to code is imho not the proper way, hope there must be
>> a solution. Or am I missing something?
>
> This is from my 0.5 configuration; I did not look at the 0.7 configuration,
> but I suppose that this option has not been removed:
>
> // Set identities access level:
> // 0 - many identities with possibility to edit all params
> // 1 - many identities with possibility to edit all params but not email
> address
> // 2 - one identity with possibility to edit all params
> // 3 - one identity with possibility to edit all params but not email address
> $rcmail_config['identities_level'] = 3;
>
> Regards,
> Elio
>
Thank you. I set this up, but nothing happened - the textbox for sender
email is still present in the form. Why?
I have now only one user in the SQL database, that I use for testing
purposes. I'm logged under this account, the
$rcmail_config['identities_level'] is set to '3', but I can write whatever
mail address do I want to have in the From: header. Strange...
Regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've just installed the newest RC 0.7 and I'm trying to find a solution to
my problem. I'd like to have the mail composing form without the
possibility to change the From: mail address/header. How can I do that?
Our customers must login into the webmail with their email/password and
so I want to use the email automatically as the only option to the From:
header without the possibility to change this header.
I was looking into some plugins, read some doc, but found nothing usable.
To try to hack to code is imho not the proper way, hope there must be
a solution. Or am I missing something?
Regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
today I have upgraded my Roundcube installation from 5.2 to 7.0.
The update worked well end everything seems to work like a charm,
except the addressbook. I had to change some parameters in
main.inc.php and our skin to get the LDAP entries to display again.
What I would like to know is how to use the 'address' fieldmap for
work and home addresses. In LDAP we do not have a composite address
but only street, locality, zipcode, region, country in seperate
LDAP fields.
I have tried something like:
'address:work' => array(
'street' => 'street',
'locality' => 'l',
'zipcode' => 'postalCode',
'region' => 'st',
'country' => 'c',
),
but this does not seem to work.
Can someone point me in the right direction to fix this ?
Thank you for your kind help.
best regards
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Need some help...
The first problem was that there was no choice to upgrade from 0.6 to
0.7 in the installer. The most recent version choice was 0.5.1.
The second problem came after I executed all of the SQL upgrade
statements manually. All went without a hitch, but when I go back to the
installer script/page, I'm getting the following error on the Test
Config page:
Check DB config
DSN (write): OK
DB Schema: OK
Warning: include_once(INSERT INTO session (sess_id, created, ip, vars)
VALUES (?, now(), \'127.0.0.1\', \'foo\').php): failed to open stream:
No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening 'INSERT INTO session
(sess_id, created, ip, vars) VALUES (?, now(), \'127.0.0.1\',
\'foo\').php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(4b4c4f9b9624aefb4dfa6d7c28cf0f02.php):
failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
'4b4c4f9b9624aefb4dfa6d7c28cf0f02.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning:
include_once('4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php): failed to open
stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
''4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 DB Write: OK Warning: include_once(DELETE FROM session WHERE
sess_id=?.php): failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening 'DELETE FROM session
WHERE sess_id=?.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(4b4c4f9b9624aefb4dfa6d7c28cf0f02.php):
failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
'4b4c4f9b9624aefb4dfa6d7c28cf0f02.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning:
include_once('4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php): failed to open
stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
''4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55
DB Time: OK
Anyone?
Thanks,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone,
I inherited a mail server which is configured to use mbox format for
imap folders. In our case, roundcube 0.6 can create new folders, but it
is unable to create any sub-folders inside. I tried to create
"newSubFolder/" but roundcube says that folder names cannot contain
separator characters.
Whenever I try to create a new folder or subfolder using a mail client,
for instance Thunderbird, it asks if the new folder is going to contain
messages or sub-folders. Thus, if the first option is chosen, the imap
server will create a file (mbox) to contain all the messages for that
folder, whereas if the second option is chosen, the imap server will
create a file system directory to contain, the subfolder files (mboxes).
Would it be possible to add a checkbox in the "Create new folder" pane,
saying: "Allow the new folder to contain sub-folders (mbox format only):".
Changing to other format (Maildir, mdbox, etc.) is not possible for us
right now. Has anybody had the same problem?
Thanks!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ec/M551qUYs/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
The line "DROP SEQUENCE messages_ids;" should have "message_ids"
instead, I think.
Either that or I just deleted something important =)
Spotted it on the upgrade to 0.7 from 0.5.4.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there any modules for integrating CalDAV and CardDAV in roundcube
version 0.7?
I use a server davical.
In future developments, there is an online calendar that will be built,
do you know when?
Cordially.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi Roundcuber's,
Is it possible to define reply templates (like "Thanks for your
Question..." or "Dear, ...") which will append above my reply message? It's
a little bit similar to the signature function.
Currently I must type in the same reply message every hour...
Thanks for your help in advance for your help!
Regards,
Michael
--
Michael Rimbach
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
It seems that if I list default_imap_folders in the dont_override section
of the config, it no longer lists them separately in the folder list, is
there a way to lock the special folders while still listing them separately?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e