I am not marking it as solved yet because there still seems to be some postfix issue lingering. Yes, it does not crash now, but I get this error message:
Code:
Sep 4 08:54:30 zimbra postfix/postqueue[10678]: fatal: chdir /opt/zimbra/data/postfix/spool: Permission denied
Sep 4 08:54:46 zimbra su[8705]: (pam_unix) session closed for user zimbra
Sep 4 08:54:46 zimbra postfix/sendmail[10683]: fatal: chdir /opt/zimbra/data/postfix/spool: Permission denied
Sep 4 08:55:00 zimbra postfix/postqueue[10949]: fatal: chdir /opt/zimbra/data/postfix/spool: Permission denied
I find this odd because the spool directory is owned by postfix:
Code:
zimbra:/# ll /opt/zimbra/data/postfix/
total 4
-rw------- 1 postfix zimbra 17 Sep 4 08:51 master.lock
drwxr-xr-x 16 postfix postfix 384 Jan 30 2009 spool
Inside the directory, stuff is owned by postfix:
Code:
ll /opt/zimbra/data/postfix/spool/
total 1
drwx------ 2 postfix postfix 48 Sep 3 23:50 active
drwx------ 2 postfix postfix 48 Sep 3 23:50 bounce
drwx------ 2 postfix postfix 48 Jan 30 2009 corrupt
drwx------ 18 postfix postfix 432 Jul 4 14:44 defer
drwx------ 18 postfix postfix 432 Jul 4 14:44 deferred
drwx------ 2 postfix postfix 48 Jan 30 2009 flush
drwx------ 2 postfix postfix 48 Jan 30 2009 hold
drwx------ 2 postfix postfix 48 Sep 3 23:50 incoming
drwx-wx--- 2 postfix postdrop 48 Sep 3 23:46 maildrop
drwxr-xr-x 2 postfix root 464 Sep 1 14:24 pid
drwx------ 2 postfix postfix 640 Sep 4 08:51 private
drwx--x--- 2 postfix postdrop 168 Sep 4 08:51 public
drwx------ 2 postfix postfix 48 Jan 30 2009 saved
drwx------ 2 postfix postfix 48 Jan 30 2009 trace
How should I understand this?
I ran zmfixperms and looked again, and the permissions are still the same.