Changing mailallowedserviceaccess from command line

Is posibly to change the atribute mailallowedserviceaccess for an user using some kind of command line like configutil?Thanks a lot,Andr閟.
[159 byte] By [AYacopino] at [2007-11-26 8:10:41]
# 1

Thanks anyway, i managed to do that using:

/opt/SUNWcomm/bin/commadmin user modify -D administrator -w admin_password -n domain.com

-l user -A mailallowedserviceaccess:'imap pop smtp'

The user won't be capable of access by webmail his mail account.

Thanks,

Andres

AYacopino at 2007-7-6 21:01:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Yep. that's the proper way
jay_plesset at 2007-7-6 21:01:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

That was wrong, i must use(the documentation i think is not right):

/opt/SUNWcomm/bin/commadmin user modify -D administrator -w admin_password -n domain.com

-l user mailAllowedServiceAccess:+imap:ALL$+pop:ALL$+smtp:ALL$

The user won't be able to use the webmail but able to use imap, smtp and pop.

Greetings,

Andr閟.

AYacopino at 2007-7-6 21:01:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4
Yes.sorry for my assumptions...
jay_plesset at 2007-7-6 21:01:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
No problem Jay, i have put the right sintax to not confuse users, i didn't blame you.You are very kind and give us a lot of information.Thanks again.Andr閟.
AYacopino at 2007-7-6 21:01:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...