View Single Post
  #9 (permalink)  
Old 10-10-2007, 01:14 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Quote:
(!!)TROUBLE in check_mail: parts_decode_ext FAILED: Unix utility file(1) not available, but is needed at (eval 54) line 113.
get's me thinking that a file residing somewhere in the below path has the wrong permissions or something...
Quote:
from your amavisd.conf.in $path = '/opt/zimbra/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';
it's a shot in the dark, but you could run the fix permissions script:
(as root)
cd /opt/zimbra/libexec/
./zmfixperms

Last edited by mmorse; 10-10-2007 at 01:19 PM..
Reply With Quote