commit 9efaf442bad8f020444111086ce427f1f833294a parent 4db31855e7fde9a087fb59e761743420aaa3743b Author: rsc <devnull@localhost> Date: Sun, 12 Feb 2006 19:48:11 +0000 add readme Diffstat:
A | mail/README | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/mail/README 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 +