|
|
coherent
clear /bin/echo "Before re-establishing your remote connections to other uucp sites or before other users on your system use the new mail utilities, it is necessary to convert the existing mailboxes to the new mail format used by Coherent 4.0. Failure to do this will result in unpredictable behavior of the mail utilities." /bin/echo "Do you wish to convert existing mailboxes now? (y/n) \c" read answ case $answ in n) echo "To manually convert your system's mailboxes, run:" echo " /bin/cvmail -m boxname" echo "for each mailbox in the directory /usr/spool/mail." echo echo "To convert other files where you or other users of" echo "your system may have saved mail messages, run:" echo " /bin/cvmail filename" echo echo "Press return to continue...\c" exit 1 ;; y) echo "Converting mailboxes. This may take a few minutes.." cd /usr/spool/mail for y in `ls` do /bin/cvmail -m $y done ;; esac echo "The system mailboxes have been converted to the format required" echo "by Coherent 4.0's new mail utilities. If other users of your system" echo "or yourself have previously saved mail messages to other files," echo "the mail command will detect wether or not these files are in the" echo "new format and will prompt the user to run the cvmail command to" echo "convert the mail file if necessary." echo "\nPress return to continue...\n" read answ exit 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.