ref: 2a5b2f4c76fe85aa37d5d99adc13f6d1f1e313e3 dir: /acme/mail/mkbox/
#!/bin/rc for(i){ if(! test -e $i){ if(cp /dev/null $i){ chmod 600 $i chmod +al $i } } if not echo $i already exists }