Date: Sun, 19 Oct 1997 11:30:01 -0700 (PDT) From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-bugs Subject: conf/4634 Message-ID: <199710191830.LAA23372@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <recipient>), 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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710191830.LAA23372>