Setting Up Faxing

To fax documents from WebDocs, you need to have a Castelle FaxPress, RightFax, or FaxBack server set up.

There are two ways to fax documents from WebDocs:

  • An administrator can send a single fax from the iSeries by using the DOCFAX command. You can also call this command in exit programs to send faxes.
  • If you set up the WebDocs faxing options, any user with the email permission for a document can fax it directly from its details page in the web interface.

To set up the WebDocs faxing options so that users can fax documents directly from the web interface:

Note: Because WebDocs forwards each fax as an email, your fax server must have SMTP enabled.

  1. To enable faxing, set the DOCFAX data area to*YES:

    CHGDTAARA DTAARA(RJSIMAGE/DOCFAX) VALUE(*YES)
  2. Add your fax server to the host table and set it up in WebDocs.

    Note: Your fax server must have SMTP enabled.

    1. From the main menu, choose 83. AS/400 TCP/IP Configuration Menu.
    2. Choose 10. Work with TCP/IP host table entries.

      A list of host-table entries displays.
    3. Add an entry with the IP address of your fax server.
    4. Choose a host name for this fax server.

      Best Practice: Use RJS_FAXPRESS, which is the default value for the DOCFAXHOST data area.
    5. If you chose a name other than RJS_FAXPRESS in the previous step, set the DOCFAXHOST data area to the name you chose. For example:

      CHGDTAARA DTAARA(RJSIMAGE/DOCFAXHOST) VALUE(OTHERSERVER)
  3. Set up the From email addresses for faxes. WebDocs searches for the From address for a fax in the following three places, in order, and uses the first address it finds:

  4. Set up your fax server in WebDocs:

    If your fax server is...Set the following data areas...
    Castelle FaxPressCHGDTAARA DTAARA(RJSIMAGE/DOCFAXTYP) VALUE(CASTELLE)
    RightFax
    1. CHGDTAARA DTAARA(RJSIMAGE/DOCFAXTYP) VALUE(RIGHTFAX)
    2. Where YOURSERVER.COMis your RightFax server domain name:

      CHGDTAARA DTAARA(RJSIMAGE/DOCFAXDOM) VALUE('YOURSERVER.COM')
    FaxBack
    1. CHGDTAARA DTAARA(RJSIMAGE/DOCFAXTYP) VALUE(FAXBACK)
    2. Where YOURSERVER.COMis your FaxBack server domain name:

      CHGDTAARA DTAARA(RJSIMAGE/DOCFAXDOM) VALUE('YOURSERVER.COM')

See also Appendix A: Reference of Relevant Data Areas for a reference of faxing data areas.

 

Copyright © HelpSystems, LLC.
All trademarks and registered trademarks are the property of their respective owners.
ProductVersion | 201803231252 | March 2018