Sending Mails in the name of a shared folder

Jochen Hein jochen at jochen.org
Tue Oct 24 11:30:49 CEST 2017


Jan Kowalsky <jankow at datenkollektiv.net> writes:

> How does your /etc/roundcubemail/kolab_delegation.inc.php look like?
>
> There is a kolab_delegation_filter variable where you can define, which
> ldap objects can used for delegations.
>
> This should be set to:
>
>     $config['kolab_delegation_filter'] =
> '(|(objectClass=kolabInetOrgPerson)(objectclass=kolabsharedfolder))';
>
> but wasn't in earlier versions of kolab.

Currently we use:

// This will overwrite defined LDAP filter
// Note: LDAP addressbook defined for kolab_auth plugin is used
$config['kolab_delegation_filter'] = '(|(objectClass=kolabInetOrgPerson)(&(objectclass=kolabsharedfolder)(kolabFolderType=mail)))';

Jochen

-- 
This space is intentionally left blank.


More information about the users mailing list