You're almost done! Visit the URL below to finish subscribing to dev(a)lists.roundcube.net:
https://fiesta.cc/join_public?e=dev-post-archive-x9123%40gigo.com&l=Tx8xoqk…
If you did not mean to subscribe to dev(a)lists.roundcube.net, or if this was sent in error, please ignore this email. You won't be subscribed to the list.
Hi RC-Dev list,
I'm setting up an LDAP shared address book and while googling for
information I
found this thread in your archives (I wasn't a list member then):
- http://lists.roundcube.net/mail-archive/dev/2011-10/0000015.html
(oct 2011)
- http://lists.roundcube.net/mail-archive/dev/2011-11/0000000.html
(nov 2011)
Please let me add a few comments to this thread. I Hope this is the
right
place to post and that my English is good enough. Forgive me
otherwise.
1. UID or Email as RDN?
-----------------------
When working with small companies and/or workgroups it's quite
frequent to see
several people sharing a single email address, typically something
like
"little_company(a)some_big_isp.tld". This is my everyday experience with
small
companies and small local administrations too (I live in a rural
area).
Using mail as the RDN makes it impossible to add more than one contact
in
such situations, even if you want them because, in spite of a common
work mail
address, different people still have different mobile numbers,
different home
mail addresses, etc.
So, IMO it would probably be better to use a dynamically generated UID
as RDN.
2. RC writing data to the address book
--------------------------------------
How would RC know how to build new UID's compatible with a specific
setup?
IMO the main advantage with LDAP is having mail clients being able to
read a
shared address book. Getting RC writing to the directory doesn't look
that
important to me: suppose you get the feature to work with RC, as an
admin
you are left with the same problem for each other client you may
want/need
to support at your company. Until there is some standard address book
schema
that every client should support, but I don't know of any right now.
So, IMO a much simpler approach is to stick with a dedicated
application to
setup and manage the address book, and look for good read capabilities
of
mail clients. I mean that more flexibility in the way RC can do the
mapping
between LDAP attributes and contact fields is IMO the most important
feature
to focus on.
Personally I use "Contagged" to manage contacts of the LDAP address
book:
- http://www.cosmocode.de/en/opensource/contagged
-
http://www.splitbrain.org/blog/2007-06/27-contagged_the_ldap_address_book
It is a free application from the same developer who wrote DokuWiki:
- http://www.dokuwiki.org
This application does a good job for small companies, and it would be
great
if there was a simple way to make RC read more fields from the address
book,
display tags (Contagged provides tags) as RC "groups", etc.
Please let me know if there is a better or more standard way to get
these
things done: I'm rather new to this LDAP stuff.
Thanks a lot to all RC developers, you do have a great application :-)
Beñat
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello Devs,
I use queryui plugin in various others plugins.
It is a little bit misleading that current date and selected date of
datepicker have the same background color. It would be great, if this
could be changed and merged into 0.7 branch.
Thank you!
Regards,
R.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
We tried to add some translations of password plugin to launchpad but we
couldn't find previously translated items of multiple plugins. So we
uploaded a costum .po file for password plugin translation (Slovenian),
but was taken as labels translation.
Well, it would be nice, if all current translations were uploaded. I'll
try to upload some more .po's in next days.
I'm pasting new translations below.
$messages['passwordshort'] = 'Geslo mora biti dolgo vsaj $length znakov
in vsebovati vsaj eno številko ter eno ločilo.';
$messages['passwordweak'] = 'Geslo mora vsebovati vsaj eno številko in
eno ločilo.';
$messages['passwordforbidden'] = 'Geslo vsebuje nedovoljene znake.';
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
That looks good, lots of choices though, what direction should I go?
Thanks!
On 2012-01-17 13:55, Clay Smith wrote:
> Linuxmail.info has
some good information. Not sure if that will meet your needs though.
>
On Jan 17, 2012 12:50 PM, "S c o t t K r a m e r"
<scott_list(a)clevelanddata.com [2]> wrote:
>
>> Hi,
>>
>> Does anyone
have or recommend a nice walk-through/quick-start installing,
configuring dovecot, and the ideal linux variation to run it on?
>>
>>
I of course can google it, but there are tons of options, please if
someone can suggest the best, that would be awesome!
>>
>> We use
hMailserver right now, it's nice, but it's difficult to restore certain
things from backup (like a user folder deleted by accident), and it does
not support threading.
>>
>> Thanks!
>>
>>
_______________________________________________
>> List info:
http://lists.roundcube.net/dev/ [1]
>> BT/5533952c
Links:
------
[1]
http://lists.roundcube.net/dev/
[2] mailto:scott_list@clevelanddata.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
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/dev/
BT/aba52c80
Hi,
Finally decided to get memcached up and running with Roundcube --
awesome work there.
I ran into a problem getting it to go at first though. Turned on all
the logging in memcache and found this relevant bit:
<28 get d5f4fbf9a78ea7c63f2919f1ba544fa0
> FOUND KEY d5f4fbf9a78ea7c63f2919f1ba544fa0
>28 sending key d5f4fbf9a78ea7c63f2919f1ba544fa0
>28 END
28: going from conn_parse_cmd to conn_mwrite
28: going from conn_mwrite to conn_new_cmd
28: going from conn_new_cmd to conn_waiting
28: going from conn_waiting to conn_read
28: going from conn_read to conn_parse_cmd
<28 delete d5f4fbf9a78ea7c63f2919f1ba544fa0 1
>28 CLIENT_ERROR bad command line format. Usage: delete <key>
> [noreply]
...which eventually led me to
http://www.php.net/manual/en/memcache.delete.php where this problem is
mentioned in comments. The PHP docs there specifically say not to
include the timeout parameter when calling memcache->delete(), but
unfortunately, due to a bug in the current php5-memcached package in
Debian, not including the parameter causes php to automatically append a
"1" to the end of the delete command, which breaks memcached.
In rcube_session.php, I mucked about with the first line of
mc_destroy(), changing it to:
$ret = $this->memcache->delete($key, 0);
...which makes everything happy, despite being incorrect.
I searched the dev- and users- mailing list archives and didn't find
any other references to this particular problem, so I'm just mentioning
it here in case anybody else gets bitten by it.
Thanks,
- R.
--
[__ Robert Sheldon
[__ Founder, No Problem
[__ Information technology support and services
[__ (530) 575-0278
[__ "You must be the change you wish to see in the world." -- Mahatma
Gandhi
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello devs
Regarding the feature request in ticket
http://trac.roundcube.net/ticket/1488294 I'd like to discuss the proposed
change here. While I totally understand the concern about copying the
complete data structure for contacts and groups for every plugin which adds
a new address source to Roundcube, I still fear that such a change will
make it harder for the core development to deploy changes to these tables
once 3rd party components also make use of it. We'd like to stay autonomous
and our only concern should be to keep the plugin API backwards compatible.
In my opinion, every plugin which doesn't directly operate on the internal
address book data should build up it's very own storage. If it's a remote
address book for example, one could make use of the new rcube_cache class
to maintain a local copy in order speedup reading and writing. But maybe
I'm wrong with this...
Any votes or arguments for or against the proposed change?
Best,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I've installed the roundcube 0.7 (freebsd port) into my machine, but I
can't login with the system showing "Your session is invalid or
expired."
In the session logs, whenerver I try to login I get a:
[05-Jan-2012 09:47:05 -0200]: Session authentication failed for hu51sq0hdvfhbe3u6eka8bj935; invalid auth cookie sent
Versions:
postgresql 9.0.5 with "timezone = 'America/Sao_Paulo'";
roundcube 0.7 with "$rcmail_config['timezone'] = 'America/Sao_Paulo';".
I've searched through the list, goggled, and found something about
plugins, but i didn't enabled any plugin here (yet).
Is there anything I'm missing? Any clues? What can I do to help finding
what is wrong?
TIA...
--
Ricardo Campos Passanezi - Network Analyst
PGP & GPG public key at: http://www.ige.unicamp.br/~riccp
Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi Devs,
I'm currently implementing Timezone support in my calendar plugin.
I think this should be integrated with Roundcube Timezone settings.
Is there a special reason why you save only the offset and DST
in prefs?
This way I can't detect the appropriate Olson Timezone:
F.e.: America/Denver and America/Phoenix are both in GMT offset -07:00,
Denver use DST while Phoenix doesn't.
I really would like to see the Timezone selection list showing Olson
Timezone
identifiers [timezone_identifiers_list()].
This change would it make possible to detect DST automatically as well
...
$stz = date_default_timezone_get();
date_default_timezone_set( ... indentifier from config ...);
$is_dst(date('I', time());
date_default_timezone_set($stz);
Regards,
R.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80