9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] SMTP mail
Date: Mon, 18 Dec 2000 10:42:20 -0500	[thread overview]
Message-ID: <20001218154221.D8DA2199D5@mail.cse.psu.edu> (raw)

Try

	aux/listen tcp

The combinations you tried all did something else:

	aux/listen	-- starts a listener for the il protocol
	aux/listen -d tcp25 -- does nothing, the arg to -d has to be a directory
	aux/listen -d tcp25 il -- same as the above, 'il' is the default proto

After the listen you'll be ready to accept mail.  You should have the following
mailbox to put it in:

	/mail/box/wstan/mbox

That's created by running 'mail -c' as yourself.

Also, you should have set up the /mail/lib/rewrite file.  From
what you get in the distribution that involves
	cp /mail/lib/rewrite.direct /mail/lib/rewrite
and then editing the rewrite file to stick your domain name
in there somewhere.


             reply	other threads:[~2000-12-18 15:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-18 15:42 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-12-19 10:44 forsyth
2000-12-19 10:05 nigel
2000-12-19  7:39 nigel
2000-12-19  9:30 ` William Staniewicz
2000-12-18 15:49 rog
2000-12-18 14:22 nigel
2000-12-19  1:58 ` William Staniewicz
2000-12-18 10:53 nigel
2000-12-18 13:30 ` William Staniewicz
2000-12-18 10:46 William Staniewicz

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=20001218154221.D8DA2199D5@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /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).