Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!smoke!ulysses!smb@ucb-vax.ARPA From: smb@ucb-vax.ARPA Newsgroups: net.mail.headers Subject: Re: SMTP, 2600, and the security of mail Message-ID: <4268@brl-smoke.ARPA> Date: Tue, 30-Sep-86 20:21:59 EDT Article-I.D.: brl-smok.4268 Posted: Tue Sep 30 20:21:59 1986 Date-Received: Sat, 4-Oct-86 10:36:40 EDT Sender: news@brl-smoke.ARPA Lines: 8 It's important to remember that SMTP is used on non-TCP virtual circuits. For example, some hosts within Bell Labs use it over Datakit(r) VCS connections. You can't do this nearly as easily with FTP because the semantics of some of the commands (i.e., PORT and PASSIVE) are intimately tied to TCP and IP. In general, though, I regard SMTP as a newer and better protocol than FTP, and as a better model for other protocols. The concept of looking for the initial state is a good one; I've often seen half-open circuits get spliced to due to software bugs (though not on TCP, of course).