View Single Post
  #19 (permalink)  
Old 05-20-2008, 08:09 AM
cciardi cciardi is offline
Member
 
Join Date: Aug 2007
Posts: 10
cciardi is on a distinguished road
Default

ZCS 5.0.5 Open Source on CentOS 5 upgraded from 5.0.2
I ran into the same problem with mail not being sent through the system mta at the command line or through php scripts.

/etc/postfix/main.cf did not have the correct directory for 'queue_directory'
queue_directory = /opt/zimbra/postfix/spool
should be
queue_directory = /opt/zimbra/data/postfix/spool
Reply With Quote