diff options
-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 + |