From 392970b125000b5b467afd43406b05d90ec1d06e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 20 Aug 2012 18:37:32 +0200 Subject: Duplicating an attribute to add a presence index. --- ldap/index.ldif | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'ldap/index.ldif') diff --git a/ldap/index.ldif b/ldap/index.ldif index d5f31a5..6d7089a 100644 --- a/ldap/index.ldif +++ b/ldap/index.ldif @@ -26,19 +26,14 @@ changetype: modify replace: olcDbIndex olcDbIndex: objectClass eq - +# Let us make Postfix's job easier. add: olcDbIndex -olcDbIndex: fripostIsStatusActive eq +olcDbIndex: fripostIsStatusActive,fvd,fvu,fva,fvml,fripostMLCommand,fripostMLManager eq - +# Let us make Postfix's job easier. add: olcDbIndex -olcDbIndex: fvd,fvu,fva,fvml,fripostMLCommand,fripostMLManager eq +olcDbIndex: fripostOptionalMaildrop pres - -add: olcDbIndex -olcDbIndex: fripostMaildrop pres -# ^ TODO: a presence index on fripostMaildrop is not optimal, as the -# attribute is not very rare... -# Having a different attribute for the virtualMailbox object class would -# be better. -- -# synprov specific indexing (provider side) +# SyncProv/SyncRepl specific indexing add: olcDbIndex olcDbIndex: entryCSN,entryUUID eq -- cgit v1.2.3