9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: James A. Robinson Jim.Robinson@Stanford.Edu
Subject: [9fans] plan9 mail hub -- how to??
Date: Wed, 24 Mar 1999 17:25:22 -0800	[thread overview]
Message-ID: <19990325012522.OvyA92jf91GqpAtTEroTDZNPfxN52nlzrTLm-BU5o-M@z> (raw)

> do direct delivery off campus--the normal way for a plan9 terminal.  I have
> got permission for our plan9 compute server to talk to the rest of
> the world but when I cpu to it, the identity of the plan9 terminal
> is exposed and the mail is rejected.  If one telnets or cons

How about just doing an 'import <smtpserver> /net/tcp /net/tcp'
before you send the mail?

    ; telnet tcp!highwire.stanford.edu!25
    connected to tcp!highwire.stanford.edu!25 on /net/tcp/1
    220 highwire.stanford.edu ESMTP Sendmail 8.8.5/8.7.1 ready at Wed, 24 Mar 1999 17:24:00 -0800 (PST)
    helo ruler.stanford.edu
    250 highwire.stanford.edu Hello eros.Stanford.EDU [36.48.0.141], pleased to meet you
    quit
    221 highwire.stanford.edu closing connection
    
    ; import ruler /net/tcp /net/tcp
    
    ; telnet tcp!highwire.stanford.edu!25
    connected to tcp!highwire.stanford.edu!25 on /net/tcp/14
    220 highwire.stanford.edu ESMTP Sendmail 8.8.5/8.7.1 ready at Wed, 24 Mar 1999 17:24:22 -0800 (PST)
    helo ruler.stanford.edu
    250 highwire.stanford.edu Hello ruler.Stanford.EDU [36.48.0.135], pleased to meet you
    quit
    221 highwire.stanford.edu closing connection
    ; 


Jim




             reply	other threads:[~1999-03-25  1:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-25  1:25 James [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-03-25  1:37 presotto
1999-03-25  0:56 Ed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990325012522.OvyA92jf91GqpAtTEroTDZNPfxN52nlzrTLm-BU5o-M@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).