Hi everybody,
while playing with OX<->ldap integration I came across following issue:
We define mail distribution groups within the ldap dit and these are used by postfix mta.
When trying to "attach" ox6.14 to such configuration there is a trouble with the current handling of groups by contacts-ldap.
Namely, ox6 will decode ldap group members itself (which is ok, because users can see group members in the addressbook) but it will also send new mails to every single individual address instead using the group mailing address from the "mail" attribute which is present.
Furthermore, for group members who do not have "mail" attribute defined (which is
pretty valid situation), it will add an invalid "undefined" mail address which breaks sending mails.
Currently, as a workaround, I added these groups are simple users into contacts, but that is kind of suboptimal.
Could be this a bit improved ? Or could please give me somebody a hint where to look in code to change this ?
while playing with OX<->ldap integration I came across following issue:
We define mail distribution groups within the ldap dit and these are used by postfix mta.
When trying to "attach" ox6.14 to such configuration there is a trouble with the current handling of groups by contacts-ldap.
Namely, ox6 will decode ldap group members itself (which is ok, because users can see group members in the addressbook) but it will also send new mails to every single individual address instead using the group mailing address from the "mail" attribute which is present.
Furthermore, for group members who do not have "mail" attribute defined (which is
pretty valid situation), it will add an invalid "undefined" mail address which breaks sending mails.
Currently, as a workaround, I added these groups are simple users into contacts, but that is kind of suboptimal.
Could be this a bit improved ? Or could please give me somebody a hint where to look in code to change this ?
Comment