# WEB.conf # # Webclient configuration file # ---------------------------- # # Syntax: # # attribute=value(s) # # There are six attribute/value pairs. # # All attributes must be followed by an '=' sign (no spaces) # and the value(s). # # Multiple values must be seperated by commas with no spaces # on either side of the comma. # # Example: FAXSERVERS=star,zippy,cheers,zulu # # Please note that if you are using the default configuration # ALL VALUES SHOULD BE LEFT AS THEY ARE!!!! # # Weclient attribute/value pairs: # # # DOC: The path of the htdocs directory used by the http # server. # # FAXSERVERS: The FAXSERVERS value should contain a list of servers to # which the Webclient can spool faxes and from which it # can retrieve user info. # # VERY IMPORTANT: if the first server listed does not respond # the Webclient will automatically spool faxes on the second # server, and then the third, etc, etc. # # LICSERVERS: The LICSERVERS value should contain a list of servers from # which the Webclient can obtain licenses. If the first server # listed is not responding the Webclient will obtain licenses # from the second server and then the third, etc, etc. # # HOME: The path of your $ISOFAXHOME directory. # # PREFORMATTED: The path(s) of directories which contain # preformatted fax attachements available # to Webclient users. # # ADDRESS_BOOKS: The path of the directory containing the # address books (public and private). # # The ISOWEB_SYSTEM value simply tells the Webclient to use # the default configuration. # # Please note that if you are using the default configuration # ALL VALUES SHOULD BE LEFT AS THEY ARE!!!! # # Example of default configuration: # # DOC=ISOWEB_SYSTEM # FAXSERVERS=LOCALHOST # LICSERVERS=LOCALHOST # HOME=ISOWEB_SYSTEM # PREFORMATTED=ISOWEB_SYSTEM # ADDRESS_BOOKS=ISOWEB_SYSTEM # # Example of custom configuration: # # DOC=/opt/www/htdocs # FAXSERVERS=star,slc,pete,ts # LICSERVERS=star,slc # HOME=/opt/www/htdocs/webclient # PREFORMATTED=/opt/www/htdocs/preformatted_faxes,/eng/docs/faxes # ADDRESS_BOOKS=/var/address_books # <------------------------------ cut here -------------------------------> DOC=ISOWEB_SYSTEM FAXSERVERS=LOCALHOST LICSERVERS=LOCALHOST HOME=ISOWEB_SYSTEM PREFORMATTED=ISOWEB_SYSTEM ADDRESS_BOOKS=ISOWEB_SYSTEM