home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / ozpke10c.zip / OZPKE.CFG < prev    next >
Text File  |  1993-10-14  |  3KB  |  72 lines

  1. ;  This is the configuration file for OZPKE and OZPKD and must be in the
  2. ; directory where OZPKE and OZPKD are located, usually the OZCIS directory.
  3. ; Entries can be either upper or lower case.
  4. ;
  5. ; PROG is complete path to PGP
  6. PROG=C:\PGP\PGP.EXE
  7. ;
  8. ; TEMP points to a temporary working directory, preferably on a RAM disk
  9. TEMP=G:\TEMP
  10. ;
  11. ; OZCIS is the directory where OzCIS' program file is located.
  12. OZCIS=D:\OZCIS
  13. ;
  14. ; USER must contain your ID number as stored in SECRING.PGP.
  15. ; (This is changed from the user name in previous versions.)
  16. USER=UserID
  17. ;
  18. ; LIST is complete path to LIST.COM or other file viewer
  19. LIST=c:\util\list.com
  20. ;
  21. ; PASS is your password to PGP's secret ring file
  22. ; if not defined, then pass it on command line to OZPKE/OZPKD after "-p"
  23. ;PASS=
  24. ;
  25. ; SIGO may contain the PGP command string for signature only.
  26. ; The default for PGP is internal to program.
  27. ;SIGO=
  28. ;
  29. ; SIGP may contain the PGP command string for signature and private.
  30. ; The default for PGP is internal to program.
  31. ;SIGP=
  32. ;
  33. ; PRIV may contain the PGP command string for private message only.
  34. ; The default for PGP is internal to program.
  35. ;PRIV=
  36. ;
  37. ; DEBUG can be set to 0/1 or N/Y to disable or enable additional messages for
  38. ; debugging configuration. Default=N
  39. ;DEBUG=N
  40. ;
  41. ; DECODE contains PGP command for decoding messages.
  42. ; The default for PGP is internal to program.
  43. ;DECODE=
  44. ;
  45. ; FORUM can be set to 0/1 or N/Y to disable or enable handling of forum
  46. ; message files. Default=N
  47. ;FORUM=N
  48. ;
  49. ; BAK can be set to 0/1 or N/Y to disable or enable making a backup of forum
  50. ; message files. Default=Y
  51. ;BAK=Y
  52. ;
  53. ; APPEND can be set to 0/1 or N/Y to disable or enable appending of decoded
  54. ; messages to the CISMAIL.MSG file. Default=N.
  55. ; Due to problem with OzCIS not reloading CISMAIL.MSG after DOS gateway, this
  56. ; command does not yet function correctly. An OzCIS version later than 2.0a
  57. ; may support this feature.
  58. ;APPEND=N
  59. ;
  60. ; To determine storage of outgoing messages before encryption,
  61. ; OUTBOX can be set to:
  62. ;    CISMAIL  : stores only Cismail messages to CISMAIL.OBS
  63. ;    FORUM    : stores only forum messages to <forum>.OBS
  64. ;    BOTH     : stores both Cismail and forum messages
  65. ;    NONE     : neither.
  66. ; Actual name for <forum>.OBS is stored in FORUMS.DB and for CISMAIL.OBS in
  67. ; HOST.DB. For a forum in which "Save Outbox Msgs?" is set to "N", the
  68. ; forum setting here will be ignored.
  69. ; Settings can be abbreviated to just first letter. Default=None.
  70. OUTBOX=Both
  71. ;
  72.