Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!ucbarpa.Berkeley.EDU!jordan From: jordan@ucbarpa.Berkeley.EDU.UUCP Newsgroups: comp.mail.headers,comp.mail.misc Subject: Re: return paths Message-ID: <17386@ucbvax.BERKELEY.EDU> Date: Mon, 16-Feb-87 21:23:44 EST Article-I.D.: ucbvax.17386 Posted: Mon Feb 16 21:23:44 1987 Date-Received: Tue, 17-Feb-87 18:38:47 EST References: <1442@umd5> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: jordan@ucbarpa.Berkeley.EDU (Jordan Hayes) Organization: University of California, Berkeley Lines: 37 Xref: watmath comp.mail.headers:142 comp.mail.misc:80 Joe Herman writes: I want to send mail (SMTP) from my PC to other sites. However, I don't know how to identify myself to other sites. Currently, I say 'HELO [my-internet-address]'. This is okay because everyone pretty much treats 'HELO ' as devoid of meaning anyway. The problem comes about when I want to tell the host who the mail is from. Ideally, what I'd like to do is lie and say MAIL FROM:. Maildrop is not my PC, since my pc doesn't want to spend all it's time running as a SMTP server. I don't see the problem. What you really want to do is the following (for example): ----- BEGIN EXAMPLE HELO joes_pc.umd.edu MAIL FROM: RCPT TO: DATA Received: by joes_pc.umd.edu id AA25297; Mon, 16 Feb 87 18:15:50 EST From: Joe Herman Date: Mon, 16 Feb 87 17:50:22 EST Message-Id: <8702170150.AA02078@joes_pc.umd.edu> To: jordan@ucbarpa.Berkeley.EDU Subject: Some mail for you ... [ mumble ] . ----- END EXAMPLE You do in fact need to tell the truth in the HELO statement, but are free to hack your outgoing mailer to give a different FROM address ... /jordan