Name

msgaliasremove — delete a member from a SCOoffice Mail Server alias

Synopsis

/opt/lsb-sco.com/msg/bin/msgaliasremove alias_name member(s) 
   [ --recurse ]

Description

The msgaliasremove SCOoffice Mail Server utility is a Perl script that deletes single or multiple member attributes from a SCOoffice Mail Server alias.

SCOoffice Mail Server alias members can also be deleted with the Server Manager in the Aliases menu under Modify Aliases

Only the SCOoffice Mail Server admin user can use the msgaliasremove tool.

To specify the new alias_name use one of the following:

--mail=alias_email_address

where alias_email_address is the full email address of the alias.

--name=alias_name --domain=domain

where alias_name is the short name of the alias in its domain and domain is the domain where the alias is located.

At least one of the following attributes must be entered for member(s), although multiple arguments are allowed and arguments may be repeated:

--owner=mail_address

Specify an owner to remove. The last owner cannot be removed.

--owneruid=owner_uid

Specify an owner UserID to remove.

--member=email_address

Specify a member to remove; the Distinguished Name (DN) is resolved from the address .

--memberuid=member_uid

Specify an member UserID to remove.

--memberalias=member_alias

Specify an member alias to remove.{TBC}

--remote=remote_email_address

Specify a remote member to remove.

--file=file_path

Specify a logfile member to remove..

--program=program_path

Specify a "pipe to" program member to remove.

The following argument is optional:

--recurse

Allow the last owner or last member of an alias to be removed; if this occurs the alias is removed also. This alias removal will recurse to remove all parent aliases that also drop to zero members or zero owners as a result of the msgaliasremove operation.

Files

/opt/lsb-sco.com/msg/bin/msgaliasremove

the msgaliasremove Perl script

See also

msgaliasadd(8), msgaliascreate(8), msgaliasdelete(8), msgaliaslist(8), msgaliasmigrate(8), msgaliasreplace(8)