Re: POP3 protocol question

brtmac@ksu.ksu.edu Mon, 10 October 1994 22:38 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa05153; 10 Oct 94 18:38 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa05149; 10 Oct 94 18:38 EDT
Received: from PO5.ANDREW.CMU.EDU by CNRI.Reston.VA.US id aa28998; 10 Oct 94 18:38 EDT
Received: (from postman@localhost) by po5.andrew.cmu.edu (8.6.9/8.6.9) id NAA19429; Mon, 10 Oct 1994 13:27:53 -0400
Received: via switchmail for ietf-pop3+@andrew.cmu.edu; Mon, 10 Oct 1994 13:27:50 -0400 (EDT)
Received: from po5.andrew.cmu.edu via qmail ID </afs/andrew.cmu.edu/service/mailqs/q000/QF.wiaLZN600UddB=Yk4v>; Mon, 10 Oct 1994 13:26:51 -0400 (EDT)
Received: from grunt.ksu.ksu.edu (grunt.ksu.ksu.edu [129.130.12.17]) by po5.andrew.cmu.edu (8.6.9/8.6.9) with ESMTP id NAA19308 for <ietf-pop3+@andrew.cmu.edu>; Mon, 10 Oct 1994 13:26:14 -0400
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: brtmac@ksu.ksu.edu
Received: from mort by grunt.ksu.ksu.edu (8.6.8/1.34) id MAA02127; Mon, 10 Oct 1994 12:26:07 -0500
Received: by mort (8.6.8/1.34) id RAA06633; Mon, 10 Oct 1994 17:25:55 GMT
Date: Mon, 10 Oct 1994 17:25:55 +0000
Message-Id: <199410101725.RAA06633@mort>
To: Chris Newman <chrisn+@cmu.edu>, Jerome Chan <yjc@po.cwru.edu>
Cc: POP3 IETF Mailing List <ietf-pop3+@andrew.cmu.edu>
Subject: Re: POP3 protocol question
In-Reply-To: <781807814.29505.0@nifty.andrew.cmu.edu>
References: <aabeb23a03015006c552@[129.22.240.99]> <781807814.29505.0@nifty.andrew.cmu.edu>

Verily did Chris Newman say on October 10, 1994:

> yjc@po.cwru.edu (Jerome Chan) writes:
>> Is there a POP3 extension that allows one to _send_ mail? An RFC maybe? A
>> hint?
>
>RFC-821 (SMTP) allows one to _send_ mail.  POP3 has no reason to
>duplicate this functionality.

I disagree with this in principle, but I seem to be a minority.

In any event, there is an XTND function called XMIT which many POP3
servers implement which will allow you to send mail through the POP
server.  To use, try sending 'XTND XMIT' to the POP3 server once you
are logged in to it.  If it implements the function you should get a
'+OK Start sending message.' or similar message.  At that point you
can send an rfc822 formatted mail message, terminated by a single '.'
on a line by itself.

In the case of a UNIX POP3 server, the message is just passed to
sendmail to be processed and taken care of.  So, there is little to no
extra processing that the server has to do to implement the function.
I believe most decent implementations of the POP3 protocol for UNIX
hosts implement the XTND XMIT function since it's relatively simple to
do so.

Brett McCoy, UNIX Systems Administrator
Computing and Network Services
Kansas State University,  Manhattan KS  66506
vox: (913) 532-4908 / fax: (913) 532-5914 / e-mail: brtmac@ksu.ksu.edu