Mail Distribution List problem

I am trying to create a mail distribution list using commadmin group create,

/opt/SUNWcomm/bin/commadmin group create -D admin -w <admin-pwd> -n <domain-name> -d

<domain-name> -G tmpgroup -S mail,cal -E tmpgroup@unca.edu -o shobana -r vferlin

I got the error,

FAIL

5006:Unrecognized service option or invalid service option for the specified object: cal

So I removed the cal option and ran the command

/opt/SUNWcomm/bin/commadmin group create -D admin -w <admin-pwd> -n <domain-name> -d

<domain-name> -G tmpgroup -S mail -E tmpgroup@unca.edu -o

This gave me Object Class Violation Error.

I am able to create a group only if I don't specify any services mail or cal. Since I am not able to specify -S mail option I am not able to use -E to indicate the mail address. I am able to create a group but not a mailing distribution list.

What should be done to solve this problem and create mailing distribution lists?

Thanks

jshobana

[1053 byte] By [jshobana] at [2007-11-26 9:14:39]
# 1

Assuming Messaing 2005q4?

Hm.The doc claims that a valid command would be:

commadmin group create -D chris -n sesta.com -w bolton -G testgroup \

-d sesta.com -m lorca@sesta.com -S mail -M achiko@varrius.com

"object class violation" means that you're trying to create an attribute for which there is no object class. Typically this means that the current version of comms-dssetup.pl was not run on the user/group ldap, or it failed to create something.

jay_plesset at 2007-7-6 23:39:00 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...