distributionlist share to new members

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
dca.ups
Posts: 2
Joined: Fri Jun 14, 2019 8:36 am

distributionlist share to new members

Post by dca.ups »

Hi,

When I want to enable the attribute zimbraDistributionListSendShareMessageToNewMembers on a distributionlist, I get the error message below (I've hidden the domainname):

[zimbra@zadm2 ~]$ zmprov mdl test2-dca@xxx "zimbraDistributionListSendShareMessageToNewMembers" TRUE
ERROR: service.FAILURE (system failure: unable to modify attrs: object class violation - unable to modify attributes: ldap host=zldap21.xxx:389: attribute 'zimbraDistributionListSendShareMessageToNewMembers' not allowed)

Do you have an idea of the problem ? Thanks

Version Zimbra: 8.7.11_GA_3800.NETWORK (build 20190408011215)
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: distributionlist share to new members

Post by DualBoot »

Hello,

first do not use double quote around Zimbra attribute.
Then check what is the actual setting.

Regards,
dca.ups
Posts: 2
Joined: Fri Jun 14, 2019 8:36 am

Re: distributionlist share to new members

Post by dca.ups »

Well, don't change anything without quotes.
The attribute is not set for the entry, so I try to add it with a ldif:

Code: Select all

[zimbra@zadm2 ~]$ cat /tmp/modify.ldif

dn: cn=test2-dca,cn=groups,dc=xxx,dc=xxx
changetype: add
add: zimbraDistributionListSendShareMessageToNewMembers
zimbraDistributionListSendShareMessageToNewMembers: TRUE

And I get this error:

Code: Select all

[zimbra@zadm2 ~]$ ldapmodify -H ldap://zldap21.xxx:389 -D uid=zimbra,cn=admins,cn=zimbra -W -f /tmp/modify.ldif
Enter LDAP Password:
adding new entry "cn=test2-dca,cn=groups,dc=xxx,dc=xxx"
ldap_add: Undefined attribute type (17)
        additional info: add: attribute type undefined

The schema seems ok:

Code: Select all

olcAttributeTypes: ( zimbraDistributionListSendShareMessageToNewMembers
  NAME ( 'zimbraDistributionListSendShareMessageToNewMembers' )
  DESC '
    Whether to send an email with all the shares of the group when a new member is added to the group.
    If not set, default is to send the email.
  '
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  EQUALITY booleanMatch
  SINGLE-VALUE)
Any ideas ?

DualBoot wrote:Hello,

first do not use double quote around Zimbra attribute.
Then check what is the actual setting.

Regards,
Post Reply