I just upgraded from 4.5.10 to 5.0.4 on Ubuntu 6.0.6 LTS, and now I am seeing these Permission denied errors as well as no such file or directory errors in my zimbra.log.
Code:
Apr 16 11:33:23 zimbra postfix/postdrop[6901]: warning: mail_queue_enter: create file maildrop/944870.6901: Permission denied
Apr 16 11:33:26 zimbra postfix/postdrop[3142]: warning: unable to look up public/pickup: No such file or directory
My /opt/zimbra/postfix/spool directory looks very different from 4.5.10:
Code:
root@zimbra:/opt/zimbra/postfix/spool# ls -l
total 12
drwxr-xr-x 18 root root 4096 2008-04-15 19:27 defer/
drwxr-xr-x 18 root root 4096 2008-04-15 19:27 deferred/
drwxrwxrwx 2 root root 4096 2008-04-16 11:37 maildrop/
Are the new directory structure and permissions this way by design? They seem to be causing errors, plus I am no longer able to send mail from my shell scripts using /usr/bin/mail.
I would like to know what these errors mean as far as my mail delivery is concerned (no one has complained of missing mail yet).
I had installed 5.0.3 in test and although it has the same version of postfix, 2.4.3.4z, it's spool directory is fully populated with the normal compliment of directories owned by postfix. Is this new for 5.0.4?