Sun Java System Messaging Server 6 2005Q4 Administration Guide

ProcedureTo Create UNIX System Users and Groups

Steps
  1. Log in as superuser.

  2. Create a group to which your system users will belong.

    In the following example, the mailsrv group is created:


    # groupadd mail
    
  3. Create the system user and associate it with the group you just created. In addition, set the password for that user.

    In the following example, the user mail is created and associated with the mailsrv group:


    #useradd -g mail mailsrv
    

    useradd and usermod commands are in /usr/sbin. See UNIX man pages for more information.

  4. You might also need to check the /etc/group and /etc/passwd files to be sure that the user has been added to the system group that you created.


    Note –

    Should you decide not to set up UNIX system users and groups prior to installing Messaging Server, you will be able to specify them when you run the Creating the Initial Messaging Server Runtime Configuration.