Jared Hoskinson <[EMAIL PROTECTED]> wrote:
>
> I have installed qmail from source on a RH 7 box. I followed lwq which was
> very helpful.
Unfortunately, you appear to not have followed it very well.
> Here is my problem, qmail starts ok add allows connections on port 25 and
> accepts mail, however the mail just sits in the queue and is never
> delivered,
[...]
A classic symptom of qmail-send not running.
> 3. qmailctl stat
>
> /service/qmail-send: up (pid 27094) 0 seconds
So qmail-send isn't running properly (keeps being re-started).
> /service/qmail-smtpd: up (pid 27086) 1 seconds
And qmail-smtpd appears to not be running correctly either.
> 4. Here is the only error I have been able to generate
>
> > qmail-start ./Maildir/
> alert: cannot start: unable to switch to queue directory
Permissions or ownership of /, /var, /var/qmail, or /var/qmail/queue appear to
be incorrect.
> I did a search on this error and found a number of times on a few mailing
> lists, however haven't seen a fix for it so this is what I tried
>
> > chmod 755 queue
Why did you try this? The queue should be mode 750, not 755.
To try to fix some of this:
1) Stop all qmail services.
2) Do "make setup check" from your qmail source directory again.
3) Go through all your startup scripts, comparing them again to the ones in
"Life with qmail", letter by letter.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------