Summary: OSF/1 V1.3 + sendmail.8.6.{8,10} = Nogo?

From: Len Senetza <senetza_at_ultrix.uleth.ca>
Date: Tue, 14 Mar 95 16:03:08 MST

My original question (shortened) was how to get sendmail.8.6.10 and
OSF/1 V1.3 to run together.

I received a few good answers and one which was correct to nine decimal
places. The upshot of it is that if you want to run sendmail.8.6.10,
make sure that you use the correct cf files (thanks Roland).

I've included the pertinant messages below. Thanks to everyone who
responded.

-- 
  +-----------------------------------------------------------------------+
  |  Leonard Senetza            |  E-Mail: senetza_at_ultrix.uleth.ca        |
  |  Sys Admin (Unix/Novell)    |   Phone: 403-329-5162                   |
  |  University of Lethbridge   |     FAX: 403-382-7108                   |
  |  Lethbridge, Alberta        |-----------------------------------------|
  |  Canada, eh?                |  Disclaimer: Why should I tell _them_?  |
  |  T1K 3M4                    |    What they don't know, can't fire me. |
  +-----------------------------------------------------------------------+
**********************************************************************
From: Jim Wright <jwright_at_phy.ucsf.edu>
looks like it is trying to get the aliases file from NIS.
Jim Wright                   Keck Center for Integrative Neuroscience
jwright_at_phy.ucsf.edu         Department of Physiology, Box 0444
voice 415-502-4874           513 Parnassus Ave, Room HSE-811
fax   415-502-4848           UCSF, San Francisco, CA  94143-0444
**********************************************************************
From: srivasta_at_pilgrim.umass.edu
	I had similair error on OSF/1 3.0, but they went away when I
 recompiled with -NEWDB flag _only_ (previously, I had -DNDBM _and
 -DNEWDB, which gave those errors).
-- 
Manoj Srivastava         Project Pilgrim, Department of Computer Science 
Phone: (413) 545-3918             A143B Lederle Graduate Research Center
Fax: (413) 545-1249       University of Massachusetts, Amherst, MA 01003     
email:srivasta_at_pilgrim.umass.edu http://www.pilgrim.umass.edu/~srivasta/
**********************************************************************
From: Roland Yeo <roland_at_technet.sg>
On Fri, 10 Mar 1995, Len Senetza wrote:
> 220-sigma.uleth.ca Sendmail 8.6.10 (1.1.8.2/16Nov94-0112PM) Fri, 10 Mar 1995 13:22:11 -0700
				     ^^^^^^^^^^^^^^^^^^^^^^^^
you must be using a sendmail.cf that didn't come with 8.6.10. I'm sending
you the version which I have, that was created using the m4 macros with
8.6.10. (It's actually a 8.6.9 cf file, as the .10 release didn't include
any changes for the cf files.)
regards,
roland
[ sendmail.cf deleted ]
**********************************************************************
From: Hellebx Knut  <bgk1142_at_bggfu2.nho.hydro.com>
What does sendmail say when you're using the Mail program that comes with
the sendmail package ? I think mailx is built around DEC OSF1's sendmail
which is slightly different than the freeware version of sendmail (?)
;-)
-- 
      ******************************************************************
      *         Knut Helleboe                    | DAMN GOOD COFFEE !! *
      *         Norsk Hydro a.s                  | (and hot too)       *
      * Phone: +47 55 996870, Fax: +47 55 996342 |                     *
      * Pager: +47 96 500718                     |                     *
      * E-mail: Knut.Hellebo_at_nho.hydro.com       | Dale Cooper, FBI    *
      ******************************************************************
**********************************************************************
From: Dave Sill <de5_at_sws5.CTD.ORNL.GOV>
>Has anyone gotten OSF V1.3 + sendmail 8.6.{8,10} to work?
Sure, it works fine.  Here's my recipe for it:
----
Ingredients:
    OSF 1.3
    sendmail.8.6.10*Z
1) mkdir sendmail-8.6.10
2) cd sendmail-8.6.10
3) zcat sendmail.8.6.10.base.tar.Z | tar xf -
   zcat sendmail.8.6.10.cf.tar.Z | tar xf -
   zcat sendmail.8.6.10.misc.tar.Z | tar xf -
   zcat sendmail.8.6.10.xdoc.tar.Z | tar xf -
4) cd src
5) in Makefile.OSF1:
    BINDIR=	${DESTDIR}/usr/local/sbin
    STDIR=	${DESTDIR}/usr/local/log
    HFDIR=	${DESTDIR}/usr/local/lib
    LINKS=  /usr/local/bin/newaliases /usr/local/bin/mailq
6) cp cdefs.h /usr/local/include/sys
7) in pathnames.h:
    # define _PATH_SENDMAILCF	"/usr/local/etc/sendmail.cf"
    #  define _PATH_SENDMAILPID	"/usr/local/etc/sendmail.pid"
8) make -f Makefile.OSF1 sendmail
9) make -f Makefile.OSF1 install-sendmail
10) cd ../cf/domain
11) create ORNL.m4:
    
    define(`BITNET_RELAY', `CUNYVM.CUNY.EDU')dnl
    FEATURE(redirect)dnl
12) cd ../cf
13) create ws.mc:
    include(`../m4/cf.m4')
    DOMAIN(ORNL)dnl
    OSTYPE(osf1)dnl
    MAILER(local)dnl
    MAILER(smtp)dnl
14) m4 ws.mc >ws.cf
15) cp ws.cf /usr/local/etc/sendmail.cf
16) restart sendmail
Dave Sill, de5_at_ornl.gov
Received on Tue Mar 14 1995 - 18:04:35 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:45 NZDT