home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10766 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.5 KB  |  38 lines

  1. Path: sparky!uunet!timbuk.cray.com!shamash!runyon.cim.cdc.com!pbd
  2. From: pbd@runyon.cim.cdc.com (Paul Dokas)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Sendmail problems
  5. Message-ID: <50932@shamash.cdc.com>
  6. Date: 30 Dec 92 15:49:26 GMT
  7. Sender: usenet@shamash.cdc.com
  8. Organization: ICEM Systems, Inc.
  9. Lines: 27
  10.  
  11. I've been trying to get aliases to work properly with the distributed
  12. sendmail, but I've run into several problems.
  13.  
  14. First of all, my alias file is pretty big (300+ aliases), it works great
  15. on all of the other platforms here (SUN, IBM, HP, SGI), but not on 386BSD.
  16. When I do a 'sendmail -bi' to initialize the alias dbase, sendmail stops
  17. with a segmentation fault.  I ran sendmail with gdb and found that it was
  18. breaking in some of the btree code (from libc).
  19.  
  20. Ok, no problem get the latest version of the db code and rebuild libc,
  21. right?  Unfortunately no, the latest version of the db code (from
  22. okeefe.cs.berkeley.edu) doesn't have R_PUT and a couple of other things
  23. that the distribution sendmail needs.
  24.  
  25. So I now have a slight broken sendmail, an old db library and the new db
  26. library.  Does anyone have any of the following:
  27.  
  28.   1) working sendmail (patches or full source would be great)
  29.   2) the latest source for sendmail
  30.   3) working db routines (patches or source)
  31.   4) any other useful information...
  32.  
  33. -- 
  34. #include <std.disclaimer>
  35. #define FULL_NAME                          "Paul Dokas"
  36. #define EMAIL                              "pbd@runyon.cim.cdc.com"
  37. /*            Just remember, you *WILL* die someday.             */
  38.