home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / uumail3 / part1 / Sendmail < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.5 KB  |  40 lines

  1. ***************************************************************************
  2. This work in its current form is Copyright 1986 Stan Barber
  3. with the exception of opath, gethostname and the original getpath which
  4. as far as I know are in the Public Domain. This software may be distributed
  5. freely as long as no profit is made from such distribution and this notice
  6. is reproducted in whole.
  7. ***************************************************************************
  8.  
  9. What I recommend for sendmail users is to use the following as the OPTIONS
  10. in the makefile:
  11.  
  12. OPTIONS= -DGETHOSTNAME -DNOALIAS
  13. You may want to add either -DSORTED or -DDBM.
  14.  
  15.  
  16. Then edit the mailer definition for uucp in /usr/lib/sendmail.cf
  17. and change the P=/usr/bin/uux to be P=[where uumail is] (e.g.
  18. /usr/lib/uucp/uumail).
  19. Change the A= to A=uumail -h -f$g $h!$u
  20.  
  21. This will replace the uux execution with uumail. If you do this exactly, 
  22. you will only need the pathalias generated database to be present for
  23. uumail to work correctly. If you add -DOPATH to the OPTIONS line, you
  24. will need the domains file (/usr/lib/uucp/domains) correctly configured
  25. for your site. See opath.3 for more information.
  26.  
  27. There are more things you can do to make sendmail be smarter about
  28. using uumail, but in general, this is not necessary since uumail
  29. will return informative messges to sendmail ( and the user) if 
  30. there is a failure.
  31.  
  32. If you would like to share your problems or ideas on interfacing
  33. sendmail and uumail, I would appreciate hearing them.
  34.  
  35. Thanks.
  36. Stan Barber
  37. 15 March 1986
  38.  
  39.  
  40.