Centos5.3 NE upgrade from 5.0.16 to 5.0.18
just after upgrade i got this on logs:
Code:
Jul 12 23:56:14 zimbra postfix/postdrop[12195]: warning: mail_queue_enter: create file maildrop/679197.12195: Permission denied
Jul 12 23:56:24 zimbra postfix/postdrop[12195]: warning: mail_queue_enter: create file maildrop/680300.12195: Permission denied
and this is the spool dir:
Code:
root@zimbra /opt/zimbra/data/postfix/spool ]# ls -la
totale 64
drwxr-xr-x 16 postfix postfix 4096 23 mag 16:33 .
drwxr-xr-x 3 postfix zimbra 4096 23 mag 15:59 ..
drwx------ 2 postfix postfix 4096 12 lug 23:50 active
drwx------ 2 postfix postfix 4096 12 lug 23:33 bounce
drwx------ 2 postfix postfix 4096 23 mag 16:33 corrupt
drwx------ 18 postfix postfix 4096 27 mag 19:43 defer
drwx------ 18 postfix postfix 4096 27 mag 19:43 deferred
drwx------ 2 postfix postfix 4096 23 mag 16:33 flush
drwx------ 2 postfix postfix 4096 23 mag 16:33 hold
drwx------ 2 postfix postfix 4096 12 lug 23:50 incoming
drwx-wx--- 2 postfix postdrop 4096 12 lug 23:50 maildrop
drwxr-xr-x 2 postfix postfix 4096 25 mag 11:28 pid
drwx------ 2 postfix postfix 4096 12 lug 23:55 private
drwx--x--- 2 postfix postdrop 4096 12 lug 23:55 public
drwx------ 2 postfix postfix 4096 23 mag 16:33 saved
drwx------ 2 postfix postfix 4096 10 lug 17:36 trace
this is pid directory:
Code:
root@zimbra /opt/zimbra/data/postfix/spool ]# ls -la pid/
totale 12
drwxr-xr-x 2 postfix postfix 4096 25 mag 11:28 .
drwxr-xr-x 16 postfix postfix 4096 23 mag 16:33 ..
-rw------- 1 postfix postfix 0 23 mag 16:34 inet.127.0.0.1:10025
-rw------- 1 postfix postfix 0 23 mag 16:39 inet.smtp
-rw------- 1 postfix postfix 17 12 lug 23:55 master.pid
-rw------- 1 postfix postfix 0 24 mag 01:03 unix.bounce
-rw------- 1 postfix postfix 0 23 mag 16:34 unix.cleanup
-rw------- 1 postfix postfix 0 23 mag 16:34 unix.defer
-rw------- 1 postfix postfix 0 25 mag 10:18 unix.error
-rw------- 1 postfix postfix 0 23 mag 16:34 unix.lmtp
-rw------- 1 postfix postfix 0 23 mag 16:34 unix.showq
-rw------- 1 postfix postfix 0 23 mag 22:08 unix.smtp
-rw------- 1 postfix postfix 0 23 mag 16:34 unix.smtp-amavis
-rw------- 1 postfix postfix 0 25 mag 11:28 unix.trace
quick and dirty
Code:
chmod 777 maildrop/
root@zimbra /opt/zimbra/data/postfix/spool ]# tail -f /var/log/zimbra.log
Jul 12 23:57:34 zimbra postfix/postdrop[12195]: warning: unable to look up public/pickup: Permission denied
root@zimbra /opt/zimbra/data/postfix/spool ]# chmod 777 public/
i solved in a quick and dirty way, in the meanwhile that i post this issue and someone may help to solve in a less dirty way
tia
-m