I've discovered that, in my SVN checkout of roundcube, something
strange is going on. If I specify that my default_host is 'localhost',
things work just fine, but if I specify that my default_host is
something else... ANYTHING else (such as my hostname), Roundcube will
report that all folders have three new messages in them. Nothing else
appears to be affected (i.e. opening the folders and reading messages
works fine, it's just the unread-count that's wrong).
This is particularly frustrating for me because I host multiple
domains with slightly different IMAP preferences, and I need to be
able to connect to other domains on my server.
Does anyone else have the same issue? Or know of a fix?
Thanks,
~Kyle
--
The test of our progress is not whether we add more to the abundance
of those who have much; it is whether we provide enough for those who
have too little.
-- Franklin D. Roosevelt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I have configured RoundCube with SSL, the login url is https://webmail.xxx.mu/
I want to login automatically to this url using curl from within a PHP application(using php curl library) inorder to implement a single signon solution.
Can someone please help me with this ??
Thanks
coolatt
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
I was wondering if it's possible to remove the RC logo from the upper
left corner of the login screen. I have seen login screens with custom
logos but I just want a login screen without any logos. Is this
possible?
_______________________________________________
List info: http://lists.roundcube.net/users/
RCers-
I can't seem to get the auto-complete to display the address books in the
order desired. That is to say I want an address in my personal address
book to appear at the top of the autocomplete list rather than at the
bottom.
I am using RC 0.3.1, and have two address books defined, plus the
'automatic_addressbook', plugin but I've verified I have the same problem
even with no plugins enabled.
My LDAP address book is called 'People'
// An ordered array of the ids of the addressbooks that should be searched
// when populating address autocomplete fields server-side.
$rcmail_config['autocomplete_addressbooks'] = array('sql', 'People');
With the above config an address in 'sql' will always appear on the
auto-complete list of 15, but at the bottom of the list. When I switch the
order of 'sql' and 'People' the address from 'sql' won't appear until every
address in 'People' is excluded.
Thus it appears to be working partially correctly. It searches correctly
making sure if the address is in 'sql' it will always be on the
auto-complete list, but it always shows up at the bottom of the list rather
than the top, which not the desired behavior. An address book which is
configured to be searched first should also be displayed first.
What am I doing wrong? Or is this a RC issue? I've searched any can't
find any tickets on this issue.
Thanks,
--ry
--
Ryan Horrisberger
Software Developer
_______________________________________________
List info: http://lists.roundcube.net/users/
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/