# # This section affects the test environment only # test.cf: test.mc /usr/ccs/bin/m4 -D_CF_DIR_=/usr/lib/mail/ /usr/lib/mail/m4/cf.m4 test.mc > test.cf diff: test.cf diff sendmail.cf test.cf odiff: test.cf diff sendmail.cf.dist test.cf test: test.cf /usr/lib/sendmail -Ctest.cf -d0.1 -bt < /dev/null testin: test.cf /usr/lib/sendmail -Ctest.cf -bs clean: rm test.cf # # This section affects the live system. # install: test.cf mv sendmail.cf sendmail.cf.makeBAK cp -p test.cf sendmail.cf restart: stop start start: /etc/rc2.d/S88sendmail start stop: /etc/rc2.d/S88sendmail stop undo: cp -p sendmail.cf sendmail.cf.pre-makeUndo mv sendmail.cf.makeBAK sendmail.cf # eof