Hitachi

uCosminexus Service Platform Reference Guide


csmmaildelusr (Deleting the mail adapter user information)

Organization of this page

Format

csmmaildelusr [-h]
 -user login-user-name
 -f path-of-mail-adapter-account-definition-file

Function

Deletes the user information registered in the mail adapter account definition file.

For details on how to use this command, see 5.5.1 Managing the user information in the uCosminexus Service Platform Setup and Operation Guide.

Arguments

-h

Displays the usage of commands. When you specify this option, all other options are ignored even if specified.

-user login-user-name ~ <one-byte alphanumeric characters and one-byte symbols>

Specifies the name of the user to be deleted. You can specify one-byte alphanumeric characters, one-byte symbols (0x21 to 0x7E in ASCII encoding), and one-byte spaces (0x20 in ASCII encoding). The characters are case sensitive. The available one-byte symbols are as follows:

  • Exclamation mark (!)

  • Double quotation mark (")

  • Hash mark (#)

  • Dollar sign ($)

  • Percent sign (%)

  • Ampersand (&)

  • Apostrophe mark (')

  • Left parenthesis (()

  • Right parenthesis ())

  • Asterisk (*)

  • Plus sign (+)

  • Comma (,)

  • Hyphen (-)

  • Period (.)

  • Forward slash (/)

  • Colon (:)

  • Semicolon (;)

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Equal sign (=)

  • Question mark (?)

  • At mark (@)

  • Left square bracket ([)

  • Right square bracket (])

  • Yen sign (\)

  • Caret (^)

  • Underscore (_)

  • Grave accent mark (`)

  • Left curly bracket ({)

  • Right curly bracket (})

  • Vertical bar (|)

  • Swung dash (~)

-f path-of-mail-adapter-account-definition-file

Specifies the relative or absolute path of the mail adapter account definition file. To include spaces, enclose the entire option argument in double quotation marks (").

Example of input

To delete the user information for the user name user2 registered in the mail adapter account definition file account.properties:

csmmaildelusr -user user2 -f account.properties

The content of the mail adapter account definition file changes as follows depending on the execution of the command for deleting the user information:

[Before executing the command]

1: user1
2: user2
 ... 
 ... 

[After executing the command]

1: user1
 ... 
 ... 

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

9

An error occurred when checking the execution permission.

Notes