[Kolab-devel] DLs overwrite external addresses
Bernhard Herzog
bh at intevation.de
Mon Jan 10 16:36:21 CET 2005
Hamish <lists at subvs.co.uk> writes:
[issue608 (outgoing mail incorrectly directed to distribution list)]
> Any ideas for a quick fix?
The bug seems to be the ldapdistlist_query_filter setting in
main.cf.template. Per default it's
ldapdistlist_query_filter = (cn=%u)
Which only uses the part before the @ to search for the distribution
list. I can fix the problem here by extending the filter to also check
for my domain. This would be something like
ldapdistlist_query_filter = (cn=%u,dc=mykolabhost,dc=com)
There's probably a nicer way that doesn't hard wire the domain name like
that.
Bernhard
--
Intevation GmbH http://intevation.de/
Skencil http://skencil.org/
Thuban http://thuban.intevation.org/
More information about the devel
mailing list