>
> Len Conrad wrote:
>
> >>Except for the fatal: flush mail queue entry, I don't see anything
> >>related to the error in the log:
> >>
> >>Jun 18 02:57:30 gateway01 postfix/smtpd[2967]: A609D49E:
> >>client=unknown[10.34.129.13]
> >>Jun 18 03:01:13 gateway01 postfix/pickup[2976]: E87454A1: uid=0
from=<root>
> >>Jun 18 03:01:14 gateway01 postfix/cleanup[3198]: E87454A1:
> >>message-id=<[EMAIL PROTECTED]>
> >>Jun 18 03:01:14 gateway01 postfix/postqueue[3214]: fatal: Cannot flush
> >>mail queue - mail system is down
> >>Jun 18 03:01:14 gateway01 postfix/pickup[2976]: A58094A2: uid=0
from=<root>
> >>Jun 18 03:01:14 gateway01 postfix/cleanup[3198]: A58094A2:
> >>message-id=<[EMAIL PROTECTED]>
> >>Jun 18 03:01:34 gateway01 postfix/smtpd[2967]: A609D49E: reject: RCPT
from
> >>unknown[10.34.129.13]: 450 <[EMAIL PROTECTED]>: Recipient address
> >>rejected: Domain not found; from=<> to=<[EMAIL PROTECTED]>
> >>proto=ESMTP helo=<rcga01fs02.reilcorp.com>
> >>Jun 18 03:01:36 gateway01 postfix/smtpd[2967]: too many errors after
RCPT
> >>from unknown[10.34.129.13]
> >
> >>The log turns over at 1am.
> >>
> >>Jun 18 01:00:00 gateway01 newsyslog[2836]: logfile turned over
> >>
> >>I have no idea how to figure out why it's being falsely detected as
being
> >>down!
> >>
> >Is the error always at 03:01?  if so, what's in crontab for that time?
> >
> >Len
> >
> ... I'll check on Monday!

File /etc/crontab

# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
*/5 * * * * root /usr/libexec/atrun
#
# rotate log files every hour, if necessary
0 * * * * root newsyslog
#
# do daily/weekly/monthly maintenance
1 3 * * * root periodic daily
15 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31 0-5 * * * root adjkerntz -a

crontab -u root -l

10 0 * * * /usr/local/bin/pflogsumm.pl -d
yesterday --smtpd_stats --mailq --rej_add_from --zero_fill /var/log/maillog
2>&1 | /usr/bin/mail -s "IMGate - Daily Mail Summary" postmaster
15 0 * * * /usr/local/bin/pflogsumm.pl -d
yesterday --verbose_msg_detail --smtpd_stats --rej_add_from --zero_fill
/var/log/maillog 2>&1 | /usr/bin/mail -s "IMGate - Daily Mail Summary
(Detail)" postmaster
20 0 * * * /usr/local/bin/pflogsumm.pl -e -d yesterday -h 0 -u
0 --verbose_msg_detail --rej_add_from --no_bounce_detail --no_deferral_detai
l --no_reject_detail --zero_fill /var/log/maillog 2>&1 | /usr/bin/mail -s
"IMGate - Daily Mail Summary (Message Detail)" postmaster


Reply via email to