|
recurring cron and postfix messages in syslog
Postfix 2.7.0
Ubuntu 10.10
I've been having issues with a very busy machine lately, so I thought I'd look through my logs to see if I could find anything unusual. After looking in /var/log/syslog I've noticed a recurring message
Approximately every 20 minutes, I get this in my syslog (Note: I've replaced my real domain with EXAMPLE.com and my servername with SERVERNAME):
Dec 30 13:00:02 SERVERNAME CRON[17798]: (smmsp) CMD (test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp)
Dec 30 13:00:03 SERVERNAME postfix/pickup[17796]: EA7D5D9558: uid=106 from=<smmsp>
Dec 30 13:00:04 SERVERNAME postfix/cleanup[17819]: EA7D5D9558: message-id=<20111230210003.EA7D5D9558@mail.EXAMPLE.com>
Dec 30 13:00:04 SERVERNAME postfix/qmgr[2515]: EA7D5D9558: from=<smmsp@EXAMPLE.com>, size=651, nrcpt=1 (queue active)
Dec 30 13:00:07 SERVERNAME postfix/smtp[17821]: EA7D5D9558: to=<root@EXAMPLE.com>, orig_to=<root>, relay=ASPMX.L.GOOGLE.com[209.85.225.$
Dec 30 13:00:07 SERVERNAME postfix/cleanup[17819]: 8D9B6D9559: message-id=<20111230210007.8D9B6D9559@mail.EXAMPLE.com>
Dec 30 13:00:07 SERVERNAME postfix/bounce[17822]: EA7D5D9558: sender non-delivery notification: 8D9B6D9559
Dec 30 13:00:07 SERVERNAME postfix/qmgr[2515]: 8D9B6D9559: from=<>, size=3096, nrcpt=1 (queue active)
Dec 30 13:00:07 SERVERNAME postfix/qmgr[2515]: EA7D5D9558: removed
Dec 30 13:00:10 SERVERNAME postfix/smtp[17821]: 8D9B6D9559: to=<smmsp@EXAMPLE.com>, relay=ASPMX.L.GOOGLE.com[209.85.225.27]:25, delay=3$
Dec 30 13:00:10 SERVERNAME postfix/qmgr[2515]: 8D9B6D9559: removed
Dec 30 13:09:02 SERVERNAME CRON[17827]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ $
I have no idea if this is contributing to my busy machine, but regardless, it seems like this shouldn't be happening. I'm an amateur at the whole cron/postfix business so any comments are appreciated.
Thanks!
|