[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mail From SUN to Symbolics
- To: Dan Cerys <cerys@XX.LCS.MIT.EDU>
- Subject: Re: Mail From SUN to Symbolics
- From: Walt Buehring <Buehring%TILDE%ti-csl.csnet@csnet-relay.csnet>
- Date: 15-Jan-87 21:47:58
- Cc: slug@R20.UTEXAS.EDU, Ken Gamble <gamble%noah.arc.cdn%ubc.csnet@csnet-relay.csnet>
- In-reply-to: In-Reply-To: Msg of 13-Jan-87 16:46:31 from Dan Cerys <cerys@xx.lcs.mit.edu>Msg of 13-Jan-87 16
- Resent-date: Mon 19 Jan 87 18:05:16-CST
- Resent-from: <CMP.SLUG@R20.UTEXAS.EDU>
- Resent-message-id: <12272272320.19.CMP.SLUG@R20.UTEXAS.EDU>
- Resent-to: SLUG:;
- Sender: buehring%Spud%ti-csl.csnet@csnet-relay.csnet
When trying to send mail from a Berkeley UNIX host to a LispM, be sure
that sendmail is defined to use the "tcp" mailer and not the "ether"
mailer. The "ether" mailer does not follow the SMTP standard because it
terminates lines with just a LF rather than CRLF -- it should be used
only for mail between hosts running Berkeley UNIX.
The "tcp" mailer should be found in /usr/src/usr.lib/sendmai/cf/tcpm.m4
If you don't have source, the important thing is the mailer definition
line (or whatever sendmail calls it) in your sendmail.cf file which
should look like this:
Mtcp, P=[IPC], F=msDFMueXL, S=<ruleset#>, R=<ruleset#>, A=IPC, E=\r\n
The important bit in the above is E=\r\n which means to terminate lines
with CRLF.
Of course you will also have to define a seperate "class" for LispM
hosts and in ruleset 0 you must detect a host in this class and dispatch
it to the "tcp" mailer. What fun... thanks Berzerkly.
\/\/alt
Walt Buehring
Texas Instruments - Computer Science Center
ARPA: Buehring%TI-CSL@CSNet-Relay
UUCP: {smu, texsun, im4u, rice} ! ti-csl ! buehring