home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / SOFTWARE / lsoft / unix / common.tz / common / go.user.sample < prev    next >
Encoding:
Text File  |  1995-11-08  |  2.5 KB  |  58 lines

  1. #!/bin/sh
  2. #
  3. # NOTE TO USERS MIGRATING TO UNIX: this file is a standard 'sh' script. The
  4. # rules for entering long lines, using the value of a variable in the
  5. # definition of another, and so forth are the same as with any other 'sh'
  6. # script. You cannot use the same conventions as in the system you are
  7. # migrating from. Please note that variable names are case sensitive under
  8. # unix and must be entered as shown. For more information about 'sh' and
  9. # scripts in general, simply refer to your system documentation.
  10. #
  11. # NOTE TO UNIX USERS: LISTSERV configuration parameters generally use the
  12. # space as a separator character (as opposed to, say, comma or semicolon).
  13. #
  14. # -- If your mail software can't handle addresses like user@node.BITNET
  15. # -- then define BITNET_ROUTE to be the Internet hostname of a machine
  16. # -- that can (perhaps a local machine that is also a Bitnet host?) If
  17. # -- you are not sure which machine is best, do not define this variable.
  18. # -- The default value is a machine operated by L-Soft which, while not
  19. # -- necessarily the best choice, will get the mail through.
  20. # --
  21. # -- Uncomment this line if you define this!
  22. #BITNET_ROUTE="MAILHOST.MYDOMAIN.EDU"
  23. #
  24. # -- If your system's SMTP server is picky about the hostname it will
  25. # -- accept, define SMTP_HOSTNAME to the appopriate name. LISTSERV will
  26. # -- use the fully qualified domain name for your system by default.
  27. # -- Note that it is incorrect for a SMTP server not to accept a fully
  28. # -- qualified name, but unfortunately older versions of sendmail do that.
  29. # --
  30. # -- Uncomment this line if you define this!
  31. #SMTP_HOSTNAME="myhostname"
  32. #
  33. # -- The fully qualified domain name for this host.
  34. NODE="MYHOSTNAME.MYDOMAIN.EDU"
  35. #
  36. # -- Pattern defining local mailing addresses, use asterisks to match any
  37. # -- number of arbitrary characters.  
  38. LOCAL="*.MYDOMAIN.EDU"
  39. #
  40. # -- The e-mail address(es) of the LISTSERV maintainer(s). SPACE SEPARATED!
  41. POSTMASTER="someone@somewhere.domain.name someone@else.domain.name"
  42. #
  43. # -- All possible domain names for this machine. SPACE SEPARATED!
  44. MYDOMAIN=$NODE
  45. #
  46. # -- The password to be used when sending "put" commands to create files
  47. CREATEPW="XXXXXXXX"
  48. #
  49. # -- The username created to run the LISTSERV code. This must match the
  50. # -- USERID macro in the Makefile. The default value, listserv, should 
  51. # -- be used if at all possible.
  52. USERID="listserv"
  53. #
  54. # -- A short name for your organization, used in "From:" fields. The
  55. # -- default is your Internet hostname.
  56. # -- Uncomment this line if you define this!
  57. #MYORG="XYZ Inc."
  58.