diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-08-20 18:37:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-08-20 18:37:56 +0200 |
commit | 392970b125000b5b467afd43406b05d90ec1d06e (patch) | |
tree | 182b9e73b00937ea0d67c79b985aa36ecd82b13a /ldap/syncrepl.ldif | |
parent | b6762006da16052ed0b55e91b9416712efca01ca (diff) |
Duplicating an attribute to add a presence index.
Diffstat (limited to 'ldap/syncrepl.ldif')
-rw-r--r-- | ldap/syncrepl.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/syncrepl.ldif b/ldap/syncrepl.ldif index 6b9c378..9dbd30a 100644 --- a/ldap/syncrepl.ldif +++ b/ldap/syncrepl.ldif @@ -27,7 +27,7 @@ type=refreshAndPersist retry="5 5 300 +" searchbase="ou=virtual,o=mailHosting,dc=fripost,dc=org" filter="(&(|(objectClass=FripostVirtualDomain)(objectClass=FripostVirtualMailbox)(objectClass=FripostVirtualAlias)(objectClass=FripostVirtualML))(fripostIsStatusActive=TRUE))" -attrs="fripostIsStatusActive,fripostMaildrop,fvd,fvu,fva,fvml,fripostMLCommand,fripostMLManager" +attrs="fripostIsStatusActive,fripostMaildrop,fripostOptionalMaildrop,fvd,fvu,fva,fvml,fripostMLCommand,fripostMLManager" scope=sub schemachecking=off |