Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!XEROX.COM!"Juan_Navarro.XOSMAR" From: "Juan_Navarro.XOSMAR"@XEROX.COM Newsgroups: comp.protocols.tcp-ip Subject: Re: sendmail hanging during SMTP session Message-ID: <890521-161448-3857@Xerox> Date: 21 May 89 23:14:04 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 14 Doug- When I was connecting our (XEROX's) TCP/IP gateway to Sun OS3.x (.2 or .5) we were having the same problem. We fixed it by adding a E=\r\n at the end of the Mtcp or Mether line in the sendmail.cf file. I forget where this is documented, but it works. You then need to kill and restart your sendmail daemon. Example: Mtcp, P=[IPC], F=mDFMueXL, S=14, R=14, A=IPC $h, E=\r\n or Mether, P=[IPC], F=mDFMueXL, S=11, R=21, A=IPC $h, E=\r\n Good Luck. //juan