Is there any scheduled date or time frame for the official release of the
next version of roundcube?
Or any way to confirm/check the same via the roundcube website?
thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Does anyone know if there is a plugin for RC that allows me to store
phone #'s for contacts in my address book? I don't appear to see any
place that I can and would like to store more info than simply their
name and email address.
Anyone know of the top of your head if this is possible?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I have two address books - the Personal Address Book and the LDAP Address List.
When a user writes an E-Mail and starts typing a user name in the 'To' field, it auto-completes from their roundcube Personal AddressBook fine.
I have had users requesting that the auto-complete also happens for the ldap address book. Is this possible at all?
It's a Mac OSX 10.6.2 directory with roundcube v0.3-stable
here is the ldap config from my main.inc file:
$rcmail_config['ldap_public']['SiteName'] = array(
> 'name' => 'SITE',
> 'hosts' => array('od1.domainname.internal'),
> 'port' => 389,
> 'use_tls' => false,
> 'user_specific' => true, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
> // %fu - The full username provided, assumes the username is an email
> // address, uses the username_domain value if not an email address.
> // %u - The username prior to the '@'.
> // %d - The domain name after the '@'.
> 'base_dn' => 'cn=users,dc=domainname,dc=internal',
> 'bind_dn' => '',
> 'bind_pass' => '',
> 'writable' => false, // Indicates if we can write to the LDAP directory or not.
> // If writable is true then these fields need to be populated:
> // LDAP_Object_Classes, required_fields, LDAP_rdn
> 'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a new contact these are the object classes to specify (or any other classes you w$
> 'required_fields' => array("givenName", "cn", "sn", "mail"), // The required fields needed to build a new contact as required by the object classes (can in$
> 'LDAP_rdn' => 'mail', // The RDN field that is used for new entries, this field needs to be one of the search_fields, the base of base_dn is appe$
> 'ldap_version' => 3, // using LDAPv3
> 'search_fields' => array('givenName', 'cn', 'sn', 'mail'), // fields to search in
> 'name_field' => 'cn', // this field represents the contact's name
> 'email_field' => 'mail', // this field represents the contact's e-mail
> 'surname_field' => 'sn', // this field represents the contact's last name
> 'firstname_field' => 'givenName', // this field represents the contact's first name
> 'sort' => 'cn', // The field to sort the listing by.
> 'scope' => 'sub', // search mode: sub|base|list
> 'filter' => 'mail=*', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
> 'fuzzy_search' => true); // server allows wildcard search
Cheers,
Peter
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have just finished the migration of roundcube to our new servers. Everything worked just fine, from version 0.2 to version 0.2.2, which needed some sql structure changes anyway.
There is one small problem: the address book. When logging into the new webmail, address book is empty. I can add new entries, they are stored correctly, but all past entries are gone.
I investigated a little bit this issue, and found out that when logging into the new system, a new record is automatically added to the 'users' table, with the same 'username' but another 'mail_host', apparently taken from the '$rcmail_config['default_host']' variable in the roundcube configuration. Since this new record receives a new primary key, all linked records in the 'contacts' table are lost.
What are the correct migration steps in order to get the address book back, when server names and ips have changed? I used to have an "all in one" mail server, and it is now separated into multiple virtual machines (webmail, mta, nfs).
Best regards, and thanks for Roundcube!
--------------------------------------
Philippe Lang
Attik System
http://www.attiksystem.ch
_______________________________________________
List info: http://lists.roundcube.net/users/
is there a way to change the default width for wrapping?
I find it too limiting, but cannot find out how to change it.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have managesieve plugin version 1.7 [2009-09-20] alongside with
Roundcube 0.3.1. Everything works fine, except that _some_ rules don't
work (vacation for instance) due to the lack of :addresses parameter.
This is required by RFC 5230
(http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error
"discarding vacation response for message implicitly delivered to..."
I have tried managesieve version 2.2 from svn checkout but no luck, it
hangs the loading and logs the error
"PHP Error: Failed to load plugin file
/var/www/plugins/managesieve/managesieve.php"
Any ideas? BTW, what is the preferred/best/suggested sieve plugin for
roundcube to work with dovecot 1.2.10?
Best regards,
--
Marcio Merlone
_______________________________________________
List info: http://lists.roundcube.net/users/
Has anyone had any luck making the new_user_identity plugin work? I'm
trying to use it in a SVN install, currently at the latest 3294. I do have
working LDAP lookups, both in the built-in addressbook as well as in the
compose_addressbook plugin. But I can not get this plugin to insert the
Display name. No errors in the log files.
Any success stories (and details on your config) would be appreciated.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
I recently deleted a file in my Maildir directory called
'subscriptions' which was basically a text file. This file was in the
Maildir directory and just had all my Inbox sub-folders listed. I was
on the Dovecot list and advised to delete this. It is not something I
should depend on and I should disable all my mail clients to show all
'unsubscribed' folders. I found out how this works on Thunderbird but
I can't seem to figure this out on RC. When I go to "Settings >
Folders Tab", I can then see all my missing Inbox folders and they're
all unsubscribed. Meaning I don't have the tic box checked but when I
go back to my mailbox view, I don't see them. How do I get RC to show
all un-subscribed folders?
Obviously RC sees the folders because I can edit their names and
choose to subscribe to them in the folders tab under 'Settings' but
when I am just under my mail box view, I only see "Inbox, Drafts,
Junk, Sent, & Trash". Basically the default folders it created when I
logged in for the 1st time.
Please help!
_______________________________________________
List info: http://lists.roundcube.net/users/