Blame


1 d1f529f4 2005-10-29 devnull <$PLAN9/src/mkhdr
2 d1f529f4 2005-10-29 devnull
3 d1f529f4 2005-10-29 devnull LIBS=common
4 d1f529f4 2005-10-29 devnull #PROGS=smtp alias fs ned misc q send scanmail pop3 ml marshal vf filterkit unesc
5 2127ed4b 2008-07-10 rsc PROGS=smtp alias fs ned q send marshal vf misc
6 d1f529f4 2005-10-29 devnull #libs must be made first
7 d1f529f4 2005-10-29 devnull DIRS=$LIBS $PROGS
8 d1f529f4 2005-10-29 devnull
9 d1f529f4 2005-10-29 devnull <$PLAN9/src/mkdirs
10 d1f529f4 2005-10-29 devnull
11 d1f529f4 2005-10-29 devnull #
12 d1f529f4 2005-10-29 devnull # setup the mail directories. this should be done by the administrator since
13 d1f529f4 2005-10-29 devnull # he/she will own everything. the following files must be altered to reflect
14 d1f529f4 2005-10-29 devnull # local preference.
15 d1f529f4 2005-10-29 devnull #
16 d1f529f4 2005-10-29 devnull # /mail/lib/namefiles - remove alias files you don't use, insert ones you do.
17 d1f529f4 2005-10-29 devnull # /mail/lib/remotemail - change '-g research.research.bell-labs.com' to your own mail
18 d1f529f4 2005-10-29 devnull # gateway. if you have none, remove it.
19 d1f529f4 2005-10-29 devnull # - change '-h plan9.bell-labs.com' to a name you would like
20 d1f529f4 2005-10-29 devnull # this host to be known as. if you don't care, take it
21 d1f529f4 2005-10-29 devnull # out and it will use the name in /env/site.
22 d1f529f4 2005-10-29 devnull # /mail/lib/rewrite - change the line that contains 'helix' to include names,
23 d1f529f4 2005-10-29 devnull # other than the contents of /env/site, that your system
24 d1f529f4 2005-10-29 devnull # answers to. this is a hack and will be fixed.
25 d1f529f4 2005-10-29 devnull #
26 d1f529f4 2005-10-29 devnull setup:V:
27 d1f529f4 2005-10-29 devnull mkdir /mail
28 d1f529f4 2005-10-29 devnull chmod 775 /mail
29 d1f529f4 2005-10-29 devnull mkdir /mail/lib
30 d1f529f4 2005-10-29 devnull chmod 775 /mail/lib
31 d1f529f4 2005-10-29 devnull mkdir /mail/queue
32 d1f529f4 2005-10-29 devnull mkdir /mail/box
33 d1f529f4 2005-10-29 devnull mkdir /mail/tmp
34 d1f529f4 2005-10-29 devnull chmod 777 /mail/queue /mail/box /mail/tmp
35 d1f529f4 2005-10-29 devnull mkdir /mail/ml
36 d1f529f4 2005-10-29 devnull chmod 775 /mail/ml
37 d1f529f4 2005-10-29 devnull cp misc/rewrite misc/qmail misc/remotemail misc/namefiles /mail/lib