home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume3 / uumail2 / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  3.9 KB  |  86 lines

  1. This is an updated version of uumail (and uupath) that can 
  2. access a pathalias-generated database to facilitate routine mail.
  3.  
  4. These program can cope with DBM and standard line-oriented forms of 
  5. pathalias-generated databases.
  6.  
  7. This version of uumail can be used as uupath by linking uumail to
  8. uupath. Also, this version can handle domain addresses (user@host.domain).
  9. You can put as many addresses on a line as you like.
  10.  
  11. This version fixes a few bugs in the previous release. Some additional 
  12. functionality and robustness are added as well. The bugs included 
  13. lack of initilization of some variables in address.c, inconsistant calling
  14. of getpath in uumail, address and opath, and failure to handle % in addresses
  15. correctly. Additional features include  the ability of getpath to detect when
  16. the database is being updated and wait or abort as necessary, the ability to 
  17. retry accessing the database when it will not open (as might be the case when
  18. updating it), the ability (if the database is sorted) to search a plain-text
  19. database much faster.
  20.  
  21.  *    IF YOU ARE USING A DBM DATABASE, READ THIS!
  22.  *    If the special sentinel value of @@@ is not present in the
  23.  *    database, then getpath will assumed that the database is being
  24.  *    rebuilt and will block for TIMEOUT (default = 180) seconds.  
  25.  *    If, after 5 such blocks, the sentinel is not present,
  26.  *    the error code EX_TEMPFAIL is returned.
  27.  *    The same is true if the dbm files cannot be initialized.
  28.  *    Please be sure to add the sentinal to the DBM database when
  29.  *    it is created.
  30.  *
  31.  
  32. There are some compile flags to be aware of when making uumail.
  33. Here is a list of them.
  34.  
  35. DEBUG compiles in the debugging code.
  36. OPATH causes the opath subroutine to be used to resolve addresses.
  37. If you do not use this flag, you cannot use the user@host.domain style
  38. addresses with uumail.
  39. DBM causes uumail to use the DBM format patalias database. If you do not
  40. have the dbm libraries, do not use this flag.
  41. SYSIII will make adjustments for system that are derived from UNIX System
  42. III or System V.
  43. NOGRADE should be used if your uux does not understand the -g flag.
  44. NORETURN should be used if your uux does not understand the -a flag.
  45. LOG will enable logging of uumail traffic.
  46. UGLYUUCP causes the From_ line produced by uumail to contain the
  47. "remote from hostname" string.
  48. GETHOSTNAME will cause the system call gethostname to be used. If you
  49. are a BSD site, define this.
  50. SYSTEMNAME will cause the systemname to be derived from the file
  51. /usr/lib/uucp/SYSTEMNAME. This should be defined if your machine
  52. is a Sperry 5000.
  53. SORTED will cause the non-DBM database to be searched fasted, BUT
  54. it assumes that this database is SORTED. If you do not sort your
  55. database, do not define this.
  56.  
  57. If you want to install this system, use "make install". If you want
  58. to have it do all the work for incoming mail, type "make mailer". You
  59. probably do not want to "make mailer" if you run sendmail.
  60.  
  61. Here is the mailer segment of a sendmail configuration file that you
  62. can use to define the uumail program as a mailer.
  63. -------------------------------------------------------------------
  64. ############################################################
  65. #### This is a special mailer that takes advantage of    ###
  66. #### usemap database for addresses to UUCP sites         ###
  67. ############################################################
  68.  
  69. Muumail, P=/usr/lib/uucp/uumail,F=sDFhuUM,S=13,R=23,M=1000000,
  70.     A=uumail -h -gC -f$g $h!$u
  71. --------------------------------------------------------------
  72. Please be sure that the S= and R= rules are correct for your
  73. system. They should match the uucp mailer rules exactly.
  74.  
  75. A manual page for address, opath, uumail and uupath are included.
  76.  
  77. Please forward comments and bug fixes to me at sob@rice.edu or 
  78. ihnp4!shell!neuro1!sob or texsun!drilltech!sob
  79.  
  80. Stan Barber
  81. Baylor College of Medicine
  82. Houston, Texas
  83.  
  84. P.S. My thanks to all those who reported bugs from the previous release.
  85. Please continue to send them in, and I will try to keep fixing them.
  86.