On Thu, Oct 28, 2004 at 05:01:25PM -0600, Stewart Walker wrote: > On 29 Oct 2004 at 0:47, Claudio Jeker wrote: > > > On Thu, Oct 28, 2004 at 04:43:14PM -0600, Stewart Walker wrote: > > > > > > I'm at a loss as to why the mail is being placed > > > in the queue as > > > > > > [root@ root]# cd '/var/qmail/queue/local/9' > > > [root@ 9]# ls -l > > > total 4 > > > -rw------- 1 qmails qmail 37 Oct 28 2004 6717527 > > > [EMAIL PROTECTED] 9]# > > > > > > > This is the local file that needs to be qmails:qmail > > > > > checking the queue > > > > > > checking files... > > > checking queue/mess files... > > > checking split locations... > > > queue/mess/9/6717527 ownership 505:501, should be > > > qmailq:qmail > > > testmode, not fixing > > > > > > > Who is 505:501 > > qmailq:x:505:502::/var/qmail:/nonexistent > qmaild:x:501:501::/var/qmail:/nonexistent > > also give a ls -l of /var/qmail/queue/mess/9/6717527. > > [EMAIL PROTECTED] bin]# cd /var/qmail/queue/mess/9 > [EMAIL PROTECTED] 9]# ls -l > total 4 > -rw-r--r-- 1 qmailq nofiles 1256 Oct 28 14:43 6717527 > [EMAIL PROTECTED] 9]# > >
Hmm, wrong group. What type of system? On BSD the group is inherited form the parent dir. So check also the rights of those. This is the only reason for this nofiles file I can think of. Btw /var/qmail/queue should look like this: drwx------ 2 qmails qmail 512 Oct 8 18:34 bounce drwx------ 25 qmails qmail 512 Nov 27 2003 info drwx------ 2 qmailq qmail 512 Oct 28 22:41 intd drwx------ 25 qmails qmail 512 Nov 27 2003 local drwxr-x--- 2 qmailq qmail 512 Nov 27 2003 lock drwxr-x--- 25 qmailq qmail 512 Nov 27 2003 mess drwx------ 2 qmailq qmail 512 Oct 28 22:41 pid drwx------ 25 qmails qmail 512 Nov 27 2003 remote drwxr-x--- 2 qmailq qmail 512 Oct 28 22:41 todo > > > > > I've double checked all of the control files > > > per the QLDAPINSTALL > > > > > > /var/qmail/bin/qmail-queue permissions are correct > > > as far as I can tell. > > > > > > -rws--x--x 1 qmailq qmail 16896 Apr 27 2004 qmail-queue > > > > > > Any help would be greatly appreciated. > > > > Have you changed the uid of users after install? > > Using QMAILQUEUE? > > No.. uid's gid's have not been changed > -- :wq Claudio
