cannot deliver mail to shared folder kolab 3.1
Christian Hügel
christian.huegel at stonebyte.de
Thu Dec 12 21:24:48 CET 2013
Here is the content of
virtual_alias_maps_sharedfolders.cf
server_host = localhost
server_port = 389
version = 3
search_base = dc=%2,dc=%1
scope = sub
domain = ldap:/etc/postfix/ldap/mydestination.cf
bind_dn = uid=kolab-service,ou=Special Users,dc=example,dc=de
bind_pw = *******
query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabsharedfolder))
result_attribute = kolabtargetfolder
result_format = shared+%s
and virtual_alias_maps_sharedfolders_3.cf
server_host = localhost
server_port = 389
version = 3
search_base = dc=%3,dc=%2,dc=%1
scope = sub
domain = ldap:/etc/postfix/ldap/mydestination_3.cf
bind_dn = uid=kolab-service,ou=Special Users,dc=example,dc=de
bind_pw = **********
query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabsharedfolder))
result_attribute = kolabtargetfolder
result_format = shared+%s
Output of postconf recipient_delimiter:
recipient_delimiter = +
Thx
Am 12.12.2013 21:21, schrieb Toke Høiland-Jørgensen:
> Christian Hügel <christian.huegel at stonebyte.de> writes:
>
>> Yes, target folder looks like this:
>>
>> shared/info at example.de
>
> And what's in the result_attribute and result_format entries of the ldap
> config file? Also, do you have recipient_delimiter set (running
> `postconf recipient_delimiter` should tell you that)?
>
> -Toke
>
>
>
More information about the users
mailing list