On Fri, Sep 11, 2009 at 09:56:49AM -0700, Quanah Gibson-Mount wrote:
> zimbra:public root# pwd
> /opt/zimbra/data/postfix/spool/public
> zimbra:public root# ls -l
> total 0
> srw-rw-rw- 1 _postfix _postdrop 0 Sep 11 17:49 cleanup
> srw-rw-rw- 1 _postfix _postdrop 0 Sep 11 17:49 flush
> prw--w--w- 1 _postfix _postdrop 0 Sep 11 17:54 pickup
> prw--w--w- 1 _postfix _postdrop 0 Sep 11 17:54 qmgr
> srw-rw-rw- 1 _postfix _postdrop 0 Sep 11 17:49 showq
This is odd, the FIFO group is "postfix", not "postdrop" on my system.
What is the primary group of the "postfix" user in /etc/passwd? It
should not be "postdrop", though I don't think that alone explains
the issue.
$ getent passwd postfix
postfix:x:89:89::/var/spool/postfix:/sbin/nologin
$ getent group 89
postfix:x:89:
$ getent group postdrop
postdrop:x:90:
> Any ideas on why this would be reporting above error every few minutes,
> when everything seems to be correct?
Some nss library is causing "postdrop" to chdir? What the working
directory of the process?
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.