Skip Headers
Oracle® Health Sciences Information Gateway Secure Health Email Installation and Configuration Guide
Release 2.0.1

E37028-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

B Oracle Health Sciences Information Gateway Secure Health Email Configuration Tool

This appendix provides a description and examples of the OHIG Secure Health Email script.

B.1 Using the Secure Health Email Configuration Tool

This section provides a description of the OHIG Secure Health Email Script, and then provides command line tool examples.

B.1.1 Oracle Health Sciences Information Gateway Secure Health Email Script

usage: ant <command> -D<option>*


Use the above script to configure the OHIG Secure Health Email environment.

B.1.1.1 Commands

  • 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

B.1.2 Example of Secure Health Email Commands

  • 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>