1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/conf/postfix/virtual_alias_maps_resources.cf Tue Oct 28 23:09:03 2014 +0100
1.3 @@ -0,0 +1,14 @@
1.4 +server_host = $ldap_host
1.5 +server_port = $ldap_port
1.6 +version = 3
1.7 +search_base = $ldap_base_dn
1.8 +scope = sub
1.9 +
1.10 +domain = ldap:/etc/postfix/ldap/mydestination.cf
1.11 +
1.12 +bind_dn = $ldap_service_bind_dn
1.13 +bind_pw = $ldap_service_password
1.14 +
1.15 +query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabsharedfolder)(kolabFolderType=event))
1.16 +result_attribute = kolabtargetfolder
1.17 +result_format = <$resource_recipient+%s>