View Single Post
  #14 (permalink)  
Old 04-16-2008, 12:46 PM
uxbod uxbod is offline
Moderator
 
Posts: 7,928
Default

Here is mine
Code:
[root@office spool]# ls -l
total 56
drwx------  2 postfix root     4096 Apr 16 20:31 active
drwx------  2 postfix root     4096 Apr 16 19:41 bounce
drwx------  2 postfix root     4096 Mar 25 05:53 corrupt
drwx------ 17 postfix postfix  4096 Feb  2 10:27 defer
drwx------ 17 postfix postfix  4096 Feb  2 10:27 deferred
drwx------  2 postfix root     4096 Mar 25 05:53 flush
drwx------  2 postfix root     4096 Mar 25 05:53 hold
drwx------  2 postfix root     4096 Apr 16 20:31 incoming
drwx-wx---  2 postfix postdrop 4096 Apr 13 08:15 maildrop
drwxr-xr-x  2 postfix postfix  4096 Feb  2 16:52 pid
drwx------  2 postfix postfix  4096 Apr 16 00:46 private
drwx--x---  2 postfix postdrop 4096 Apr 16 00:46 public
drwx------  2 postfix root     4096 Mar 25 05:53 saved
drwx------  2 postfix root     4096 Mar 25 05:53 trace
but the files in your pid directory are owned by root, when they should be postfix. Can you do the following then please
Code:
ps -fu postfix
and post output. If that returns nothing then
Code:
 ps -ef | grep pickup
also
Code:
su - zimbra
zmlocalconfig postfix_mail_owner
__________________

Last edited by uxbod; 04-16-2008 at 12:48 PM..
Reply With Quote