Hi All, I went and re-installed zimbra and made sure I had the cron package installed. I am no longer getting the crontab file error - So, that issue is fixed.
However, I am still not able to send or receive emails. As before, emails are being received but stuck in deferred queue. Below is the output for /var/log/zimbra.log... Notice the error regarding: Unix utility file(1) not available
Code:
Oct 10 11:41:43 mx1 postfix/smtpd[28046]: connect from MyUserName.MyDomain.com[192.168.1.10]
Oct 10 11:41:44 mx1 postfix/smtpd[28046]: 0F0CB55006A: client=MyUserName.MyDomain.com[192.168.1.10]
Oct 10 11:41:44 mx1 postfix/cleanup[28050]: 0F0CB55006A: message-id=<9445859.01192016503447.JavaMail.root@MyUserName.MyDomain.com>
Oct 10 11:41:44 mx1 postfix/qmgr[24557]: 0F0CB55006A: from=, size=512, nrcpt=1 (queue active)
Oct 10 11:41:44 mx1 postfix/smtpd[28046]: disconnect from MyUserName.MyDomain.com[192.168.1.10]
Oct 10 11:41:44 mx1 amavis[24283]: (24283-01) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20071010T114144-24283: -> SIZE=512 Received: from MyUserName.MyDomain.com ([127.0.0.1]) by localhost (MyUserName.MyDomain.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for ; Wed, 10 Oct 2007 11:41:44 +0000 (UTC)
Oct 10 11:41:44 mx1 amavis[24283]: (24283-01) Checking: fmB6qe0tMDfM [192.168.1.10] ->
Oct 10 11:41:44 mx1 amavis[24283]: (24283-01) (!!)TROUBLE in check_mail: parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113.
Oct 10 11:41:44 mx1 amavis[24283]: (24283-01) (!)PRESERVING EVIDENCE in /opt/zimbra/amavisd/tmp/amavis-20071010T114144-24283
Oct 10 11:41:44 mx1 postfix/smtp[28051]: 0F0CB55006A: to=, relay=127.0.0.1[127.0.0.1], delay=0, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=24283-01, parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113. (in reply to end of DATA command))
Oct 10 11:42:01 mx1 CRON[28062]: (pam_unix) session opened for user zimbra by (uid=0)
I've been trying to find out what package is needed to get the file command tool. Any ideas?
Joe