From owner-freebsd-bugs Sun Oct 19 11:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA23386 for bugs-outgoing; Sun, 19 Oct 1997 11:30:03 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA23372; Sun, 19 Oct 1997 11:30:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Oct 1997 11:30:01 -0700 (PDT) Message-Id: <199710191830.LAA23372@hub.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: conf/4634 Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/4634; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-gnats-submit@freebsd.org Cc: Subject: conf/4634 Date: Sun, 19 Oct 1997 20:08:53 +0200 Please, followup to this mail, and *don't* remove the "conf/4634" from the subject line. You've by now already opened two different PRs (pending/4639 and pending/4641) by this mistake. > I can give you more details Well, I can send and receive messages, > but I have problem with the contents of the message when the message > is sent to a non-extended SMTP system. This likely means the remote end is broken and claims 8-bit support when it actually doesn't. You can supposedly use a different sendmail-internal delivery agent to force a 7-bit connection, see the file /usr/src/usr.sbin/sendmail/cf/README for more explanations. (If you don't have full sources installed, there's a broken-out distribution of just the sendmail config sources you can use.) Also, try to just queue a mail for the remote end (by piping it into /usr/sbin/sendmail -odq ), and then run the queue manually with /usr/sbin/sendmail -q -v, to see the SMTP negotiations. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)