Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!sundc!hqda-ai!merlin From: merlin@hqda-ai.UUCP (David S. Hayes) Newsgroups: comp.bugs.4bsd,comp.mail.misc Subject: Re: mail from SUN to Symbolics Message-ID: <242@hqda-ai.UUCP> Date: Mon, 19-Jan-87 17:42:41 EST Article-I.D.: hqda-ai.242 Posted: Mon Jan 19 17:42:41 1987 Date-Received: Thu, 22-Jan-87 06:23:41 EST References: <145@arcsun.UUCP> Organization: Army AI Center, Pentagon Lines: 69 Keywords: SUN Symbolics mail Summary: Need to change end-of-line characters. Xref: mnetor comp.bugs.4bsd:143 comp.mail.misc:47 In article <145@arcsun.UUCP>, kasper@arcsun.UUCP (Richard Kasperski) writes: > > When I mail a message across the ethernet from a SUN to a Symbolics > the SMTP mailer on the SUN hangs while waiting for a reply to the > HELO message. It appears that the Symbolics never sends the appropriate > reply. However when a message is send from the Symbolics to the SUN > the transferal is succesful. This leads me to believe that the problem > is not with the Symbolics mailer but rather with the mailer on the > SUN( I have other evidence that points this way ). I experienced the same problem about 8 months ago. I finally found that the Sun was not terminating its lines with a CR, while the Symbolics was waiting for one. I've modified my sendmail.cf to have two different ethernet mailers, as shown: ############################################################ ##### Ethernet Mailer specification Mether, P=[IPC], F=CDFmMnRsuX, S=11, R=21, A=IPC $h S11 R$*<@$+>$* $@$1<@$2>$3 already ok R$+ $@$1<@$w> tack on our hostname S21 # None needed. ############################################################ ##### Symbolics Mailer ##### Send to local lisp machines, with lisp domain rewriting. Msymbolics, P=[IPC], F=CDFmMnRsuX, S=12, R=22, E=\r, A=IPC $h # Sender rewrite. S12 R$*<@$-> $1<@$2.autocross> R$- $1<@$w.autocross> # Recipient rewrite. S22 R$*<@$-> $1<@$2.autocross> R$- $1<@$A.autocross> The determination of which mailer to use is controlled by ruleset zero. It has been given a list of Symbolics machines, as a class. A rule has been added: # Delivery to one of the symbolics machines. R$*<@$=A> $#symbolics $@$[$A$] $:$1 This specifies the symbolics mailer for any machine in class A, which is defined at the top of the cf file. The square-bracket construct in the right-hand side causes the lookup of the given hostname in /etc/hosts, and its replacement with the formal hostname. The domain rewrite rules were necessary at our site because the Symbolics identifies themselves as being in a different domain than the Sun system. Hope this solves your troubles, -- David S. Hayes, The Merlin of Avalon PhoneNet: (202) 694-6900 ARPA: merlin%hqda-ai.uucp@brl-smoke UUCP: ...!seismo!sundc!hqda-ai!merlin