asadmin-create-javamail-resource(1AS) User Commands asadmin-create-javamail-resource(1AS)
NAME
asadmin-create-javamail-resource, create-javamail-resource - registers the JavaMail resource
SYNOPSIS
create-javamail-resource --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile file-
name] [--terse=false] [--echo=false] [--interactive] --mailhost hostname --mailuser username --fromaddress address [--storeprotocol imap]
[--storeprotocolclass com.sun.mail.imapIMAPStore] [--transprotocol smtp] [--transprotocolclass com.sun.mail.smtp.SMTPTransport]
[--debug=false][--enabled=true] [--description text] [--property (name=value)[:name=value]*] jndi_name
Registers the Javamail resource. This command can only be run remotely.
OPTIONS
--user authorized domain application server administrative username.
--password password to administer the domain application server.
--host machine name where the domain application server is running.
--port port number of the domain application server listening for administration requests.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--passwordfile file containing the domain application server password.
--terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-
formatted data for consumption by a script.
--echo setting to true will echo the command line statement on the standard output.
--interactive prompts you for the required options that are not already specified.
--mailhost mail server host.
--mailuser mail account user name.
--fromaddress email address.
--storeprotocol mail server stored protocol.
--storeprotocolclass mail server stored protocol class name.
--transprotocol mail server transport protocol.
--transprotocolclass mail server transport protocol class name.
--debug if set to true, server startsup in debug mode for this resource.
--enabled determines whether the resource is enabled at runtime.
--description text description of the Javamail resource.
--property optional attribute name/value pairs for configuring the Javamail resource.
OPERANDS
jndi_name JNDI name of the Javamail resource to be created.
Example 1: Using create-javamail-resource
asadmin> create-javamail-resource --user admin
--password adminadmin --host fuyako --port 7070 --mailhost localhost
--mailuser sample --fromaddress sample@sun.com mail_resourc/MyMailSession
Command create-javamail-resource executed successfully
Where: mail/MyMailSession is the JavaMail resource created. The escape character () is used in the --fromaddress option to distinguish the
dot (.) and at sign (@). The JNDI name for a JavaMail resource customarily includes the mail/ naming subcontext.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-delete-javamail-resource(1AS), asadmin-list-javamail-resources(1AS)
J2EE 1.4 SDK March 2004 asadmin-create-javamail-resource(1AS)