Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA5753 ; Fri, 01 Jan 93 01:54:50 EST Path: sserve!manuel.anu.edu.au!munnari.oz.au!uunet!timbuk.cray.com!shamash!runyon.cim.cdc.com!pbd From: pbd@runyon.cim.cdc.com (Paul Dokas) Newsgroups: comp.unix.bsd Subject: Sendmail problems Message-ID: <50932@shamash.cdc.com> Date: 30 Dec 92 15:49:26 GMT Sender: usenet@shamash.cdc.com Organization: ICEM Systems, Inc. Lines: 27 I've been trying to get aliases to work properly with the distributed sendmail, but I've run into several problems. First of all, my alias file is pretty big (300+ aliases), it works great on all of the other platforms here (SUN, IBM, HP, SGI), but not on 386BSD. When I do a 'sendmail -bi' to initialize the alias dbase, sendmail stops with a segmentation fault. I ran sendmail with gdb and found that it was breaking in some of the btree code (from libc). Ok, no problem get the latest version of the db code and rebuild libc, right? Unfortunately no, the latest version of the db code (from okeefe.cs.berkeley.edu) doesn't have R_PUT and a couple of other things that the distribution sendmail needs. So I now have a slight broken sendmail, an old db library and the new db library. Does anyone have any of the following: 1) working sendmail (patches or full source would be great) 2) the latest source for sendmail 3) working db routines (patches or source) 4) any other useful information... -- #include <std.disclaimer> #define FULL_NAME "Paul Dokas" #define EMAIL "pbd@runyon.cim.cdc.com" /* Just remember, you *WILL* die someday. */