aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-12 19:48:11 +0000
committerrsc <devnull@localhost>2006-02-12 19:48:11 +0000
commit9efaf442bad8f020444111086ce427f1f833294a (patch)
tree008cc275f2f0a079360788e7783d3165cfb09161 /mail
parent4db31855e7fde9a087fb59e761743420aaa3743b (diff)
downloadplan9port-9efaf442bad8f020444111086ce427f1f833294a.tar.gz
plan9port-9efaf442bad8f020444111086ce427f1f833294a.tar.bz2
plan9port-9efaf442bad8f020444111086ce427f1f833294a.zip
add readme
Diffstat (limited to 'mail')
-rw-r--r--mail/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/README b/mail/README
new file mode 100644
index 00000000..38752aba
--- /dev/null
+++ b/mail/README
@@ -0,0 +1,6 @@
+To run mail you need to do at least the following:
+
+ cd $PLAN9/src/cmd/upas; mk install
+ cd $PLAN9/log; chmod 666 smtp smtp.debug smtp.fail mail >smtp >smtp.debug >smtp.fail >mail
+ chmod 777 $PLAN9/mail/queue
+