Configure a new mail provider

  • Identify the parent ID:

    set node [$AdminConfig getid /Cell:cellname/Node:nodename/]
    

    Example output:

    nodename(cells/cellname/nodes/nodename:node.xml#Node_1)
    

  • Get required attributes:

    $AdminConfig required MailProvider
    

    Example output:

    Attribute       Type
    name				   String
    

  • Set up required attributes:

    set name [list name MP1]
    set mpAttrs [list $name]
    

  • Create the mail provider:

    set newmp [$AdminConfig create MailProvider $node $mpAttrs]
    

    Example output:

    MP1(cells/cellname/nodes/nodename:resources.xml#MailProvider_1)
    

  • Save changes:

    $AdminConfig save
    


Configure a new mail session using wsadmin
Configure a new protocol provider using wsadmin
Configure a new custom property using wsadmin

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.