#!/bin/sh

test -x /usr/sbin/logrotate || exit 0
/usr/sbin/logrotate -f --mail /usr/local/sbin/maillogs /etc/logrotate.conf
