9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] mail and the web
@ 2002-09-23 19:13 John Saylor
  2002-09-23 20:04 ` Andrew
  0 siblings, 1 reply; 4+ messages in thread
From: John Saylor @ 2002-09-23 19:13 UTC (permalink / raw)
  To: 9fans

Hi

I've done the install and it boots. I want to start using the system but
I'm not quite sure how.

2 things that would be helpful are mail and the web.

Is there any document somewhere that talks about setting up mail on
plan9? I looked through the papers section on the bell labs website but
all I found were academic papers about the design of the system, etc.

Is there anything like a HOWTO? Should I just start searching the
mailing list archives?

Thanks.

--
.--- ...



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [9fans] mail rejection handling and spammers
  2002-09-23 20:04 ` Andrew
@ 2002-09-23 19:29   ` Sam
  0 siblings, 0 replies; 4+ messages in thread
From: Sam @ 2002-09-23 19:29 UTC (permalink / raw)
  To: 9fans

> back again and loops around 20 or so times before it finally gives up
> and returns it to the sender.
>

Something similar to this caused our cpu server to crash every so often,
befuddling us for a long time until we came in early enough to catch it
going down.  Turns out we were getting hammered by spammers who like to
send mail to a zillion usernames until one clicks.  The smtp processes
returning the mail accumulated until swap was gone and the cpu server fell
over.

We haven't upgraded to 4 yet, so I just hacked our code to drop those
messages (and likely more, based on my least-effort solution).

Anyone else experience this?

Cheers,

Sam




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] mail and the web
  2002-09-23 19:13 [9fans] mail and the web John Saylor
@ 2002-09-23 20:04 ` Andrew
  2002-09-23 19:29   ` [9fans] mail rejection handling and spammers Sam
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew @ 2002-09-23 20:04 UTC (permalink / raw)
  To: 9fans

for mail, i found the man page extremely helpful as well as the wiki. Mail
just goes through a number of stages and you'll find that there are a few
modifications to each stage you need to make. Most notably the rewrite
file. I had the most problems there. Just remember that all mail goes
through it, so it has to put local mail in local boxes and send out
remote mail.

The trick then is to make sure it matches your hostname, so it recognizes
that mail as your own and doesnt try to deliver it remotely. In the
case it delivers mail addressed to it remotely, it just comes right
back again and loops around 20 or so times before it finally gives up
and returns it to the sender.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] mail and the web
@ 2002-09-23 19:22 Russ Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Russ Cox @ 2002-09-23 19:22 UTC (permalink / raw)
  To: 9fans

http://plan9.bell-labs.com/wiki/plan9
might be useful to you.  It certainly has
mail instructions.  Web is a tougher issue.
There are some who use rudimentary web browsers,
but I tend to run browsers on other systems
(via vnc or VMware) instead.

Russ


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-23 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-23 19:13 [9fans] mail and the web John Saylor
2002-09-23 20:04 ` Andrew
2002-09-23 19:29   ` [9fans] mail rejection handling and spammers Sam
2002-09-23 19:22 [9fans] mail and the web Russ Cox

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).