aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/daily/440.status-mailq
blob: 1a45a51e610a9d834074c884e26866b4dfb05792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# $Id: 440.status-mailq,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
#
if [ -x /usr/sbin/mailq -a -d /var/spool/mqueue ] ; then
    echo ""
    echo "Mail in local queue:"

    mailq
fi