the email address is entered in Admin >> Manage groups directly under
the members. I just checked with "postfix (qmailuser schema)" and
"postfix (dbmail schema)".
Maybe you havnt installed the required schema on the LDAP server.
Ralf
Hi Ralf,
Thanks for your help. This two lines were needed to retrieve schema from the server:
----slapd.conf----
access to dn.base=""
by * read
access to dn.base="cn=Subschema"
by * read
----------------------
I couldn't retrieve them connecting as rootdn with a LDAP browser either, this permissions fixed my issue. I can define an email address for the group now (the attribute didn't appear before).