| Oracle® Health Sciences Information Gateway Secure Health Email Installation and Configuration Guide Release 2.0.1 E37028-02 |
|
|
PDF · Mobi · ePub |
This appendix provides a description and examples of the OHIG Secure Health Email script.
This section provides a description of the OHIG Secure Health Email Script, and then provides command line tool examples.
usage: ant <command> -D<option>*
direct-add-address
Associate an address with an OHIG Secure Health Email server domain, mapping an internal secure email address to an internal corporate email address
Options
domain_name=<HOSTNAME>
The OHIG Secure Health Email server domain name
display_name=<STRING>
The display name for the internal secure email user
email_address=<EMAIL>
An internal secure email address
type=<TYPE>
The type of the endpoint (XD, SMTP)
endpoint=<EMAIL>
An internal corporate email address
direct-add-anchor
Add a certificate to the list of trusted anchor certificates
Options
domain_name=<HOSTNAME>
The direct email server domain name
cert_file=<FILE>
A public certificate in .der format
direct-add-domain
The OHIG Secure Health Email server domain name
Options
domain_name=<HOSTNAME>
The OHIG Secure Health Email server domain name
direct-add-public-cert
Associate a public certificate with an external trusted email address
Options
email_address=<EMAIL>
An external trusted email address
cert_file=<FILE>
A public certificate in .der format
direct-add-private-cert
Associate a public or private certificate pair with an internal secure email address
Options
email_address=<EMAIL>
An internal secure email address
cert_file=<FILE>
A public certificate in .der format
key_file=<FILE>
A private certificate in .der format
direct-add-setting
Set a configuration setting
Options
name=<STRING>
The setting name
value=<STRING>
The setting value
direct-add-user
Add a user to james email server
Options
name=<STRING>
The user name
pass=<STRING>
The user pass
direct-add-address
> ant direct-add-address -Ddomain_name=<HOSTNAME> -Ddisplay_name=<STRING> -Demail_address=<EMAIL> -Dtype=<TYPE> -Dendpoint=<EMAIL>
direct-add-user
> ant direct-add-user -Duser=<USERNAME> -Dpass=<PASSWORD>