home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / auth-utils / part01 / sendmail-auth / rc.include < prev   
Encoding:
Text File  |  1990-04-29  |  259 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. if [ -f /usr/lib/sendmail ]; then
  4.     (cd /usr/spool/mqueue;rm -f lf*)
  5.     echo 'starting sendmail daemon'        > /dev/console 2>&1
  6. #    /usr/lib/sendmail -bd -q30m
  7.     /usr/lib/sendmail -q30m
  8.     /usr/local/attachport -vp smtp /etc/in.maild > /dev/console 2>&1 &
  9. fi
  10.