mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
6 lines
210 B
Text
6 lines
210 B
Text
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
|
|
|