1

Topic: Roundcube LDAP group search

Hi,

Is it possible to search for groups when sending messages through Roundcube?
Now the search is only for people, search for groups doesn't work
This is necessary to make the distribution of letters by groups, a very useful feature!

Thank you!

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.8.6
- Linux/BSD distribution name and version: Debian 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro?: No
- Related log if you're reporting an issue:
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Roundcube LDAP group search

shehyar wrote:

Is it possible to search for groups when sending messages through Roundcube?

iRedMail-0.8.6 doesn't configure Roundcube to search mailing list account, but recent iRedMail (e.g. iRedMail-0.9.2) releases support this.

Try change the LDAP filter in Roundcube ldap address book to this one:

    'filter'        => '(&(enabledService=mail)(enabledService=deliver)(enabledService=displayedInGlobalAddressBook)(|(objectClass=mailUser)(objectClass=mailList)(objectClass=mailAlias)))',