[332] in SIPB_Linux_Development
Re: Receiving mail locally
daemon@ATHENA.MIT.EDU (jweiss@MIT.EDU)
Mon Jan 24 12:51:13 1994
From: jweiss@MIT.EDU
Date: Mon, 24 Jan 1994 12:50:34 -0500
To: Chad Brown <yandros@MIT.EDU>
Cc: svalente@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: [326]
In general the biggest change that needs to be made is to have
something like /usr/lib/sendmail -bd -q30m run at startup. I don't
know if you'll have to hack on sendmail.cf at all. I did to get
sendmail 8.6.4 running under SOLARIS. Only if you do should you need
to set NEWMAILCF to false. (Are we even using rc.conf under linux?)
Your milage may vary.
[0326] daemon@ATHENA.MIT.EDU (Chad Brown) SIPB_Linux_Development 01/22/94 21:53 (33 lines)
Date: Sat, 22 Jan 94 21:53:07 EST
From: Chad Brown <yandros@MIT.EDU>
Since they have the default Athena sendmail.cf, I believe that it'll
be sufficient to have an account in /etc/passwd, or to diddle the
aliases file directly. They may also need to change NEWMAILCF in
/etc/athena/rc.conf and possibly some other things, but I don't know
if anything is actually using that variable. For more info, you can
just look at the mkserv add scripts for mail in the mkserv locker.,
but here's the current version:
mkserv mail is generally broken, part of autumn's UROP is fixing
mkserv scripts tho. You might try /mit/vrt/UNIX/mail2.add (I think).
#!/bin/sh
# $Id: mail.add,v 1.2 92/05/09 16:23:06 epeisach Exp $
# $Revision: 1.2 $
# $Platforms: vax,rt,rsaix,decmips$
cat >> ${LOGFILE} << EOF
===> Remember to check sendmail.cf to make sure it does what you expect.
EOF
echo "conf SENDMAIL true" >> ${CONFCNG}
exit 0
(note lack of sun support; Jonathon had to do some work to get it to
work on TOW, I believe.)
No, I think vrt did the work on this one, for sneetch
chad
--[0326]-- (pref = [0324])
Jonathon