diff options
author | rsc <devnull@localhost> | 2006-02-12 19:48:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-12 19:48:11 +0000 |
commit | 9efaf442bad8f020444111086ce427f1f833294a (patch) | |
tree | 008cc275f2f0a079360788e7783d3165cfb09161 /mail/README | |
parent | 4db31855e7fde9a087fb59e761743420aaa3743b (diff) | |
download | plan9port-9efaf442bad8f020444111086ce427f1f833294a.tar.gz plan9port-9efaf442bad8f020444111086ce427f1f833294a.tar.bz2 plan9port-9efaf442bad8f020444111086ce427f1f833294a.zip |
add readme
Diffstat (limited to 'mail/README')
-rw-r--r-- | mail/README | 6 |
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 + |