# We create the log files to keep logrotate quiet in the case where
# uucico is not run at all between two log rotations. It would be nice if
# logrotate could be configured to silently ignore the case of a log
# file not existing
/var/log/uucp/batchmail {
    create 644 uucp uucp
    nocompress
    monthly
}
/var/log/uucp/rbmail {
    create 644 uucp uucp
    nocompress
    monthly
}
/var/log/uucp/uux_copy {
    create 644 uucp uucp
    nocompress
    monthly
}
