eGW adds the email, when you add members through eGW to that group. It
does not work, if you add them directly in ldap.
Ralf
Ciro Iriarte schrieb:
>
>
> ralfbecker wrote:
>> It's possible to do that:
>>
>> # mail to all members of a group:
>> groups_server_host = 127.0.0.1
>> groups_search_base = ou=groups,dc=outdoor-training,dc=de
>> groups_query_filter = (&(mail=%s)(objectclass=posixgroup))
>> groups_bind_dn = cn=postfixadmin,dc=outdoor-training,dc=de
>> groups_bind_pw = xxxxxxxxxxxxxxx
>> groups_result_attribute = memberUid
>> groups_version = 3
>>
>> Ralf
>>
>> Ciro Iriarte schrieb:
>>> Hi, is it possible to send email to a group in a eGw 1.4+Openldap+Postfix
>>> stock configuration?
>>>
>>> Regards,
>>> Ciro
>> --
>> Ralf Becker
>> Director Software Development
>>
>> Stylite GmbH
>> [open style of IT]
>>
>
> Hi, double checking this, I see that at group creation time there is no mail
> atribute set... Should it be enabled somewhere?
>
> Regards,
> Ciro