smtp-stats
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:0k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #!/bin/sh
  2. #
  3. # smtp-stats: invoke mailstats from a wrapper for use in inetd.
  4. #
  5. PATH=/bin:/sbin
  6. if [ -x "/bin/mailstats" ]
  7.    then
  8.    exec /bin/mailstats -f/etc/mail/sendmail.st
  9.    fi