David Burris <[EMAIL PROTECTED]> wrote:
> 
> Messages are not being delivered to
> /var/spool/mail/$USER mailboxes.  Doing an "echo To:
> dburris | /var/qmail/bin/qmail-inject" does not give
> an error, but the message does not get delivered. 

Show us what the qmail logs says.  You posted an extract of the
qmail-smtpd log, which isn't useful here.  qmail will log enough
information for you to tell exactly what happened to every message.

> Here is what I'm getting in the current smtpd log:
> @400000003b83a2381617922c tcpserver: ok 28909
> adsl-pool7-56.dayton.oh.ameritech.net:64.108.106.56:25
> lists.caldera.com:216.250.140.20::4686
> @400000003b83a2381617b554 tcpserver: warning: dropping
> connection, unable to run /var/qmail/bin/qmail-smtpd:
> access denied

You've got some major misconfiguration here -- you did not follow "Life
with qmail" to the letter, or this wouldn't be happening.  I suggest you
start over from scratch, and follow it exactly.

> Here is my /var/qmail/rc script:
> #!/bin/sh
> 
> # Using splogger to send the log through syslog.
> # Using binmail to deliver messages to
> /var/spool/mail/$USER by default.
> # Using SVR4 binmail interface: /bin/mail -r
> 
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start \
> '|preline -f /bin/mail -r "${SENDER:-MAILER-DAEMON}"
> -d "$USER"'

Are you sure you want /var/spool/mail delivery?  qmail really works
better with $HOME/Maildir delivery.  That also lets you use qmail-pop3d.
 
> Also, I did add /var/qmail/alias files for users.

Unnecessary.  You only need ~alias/.qmail-* files for system aliases
(like postmaster, root, abuse, etc).

Re-install and re-configure, following "Life with qmail" a little more
precisely.  I said this a few days ago, and it's worth repeating:
installing qmail isn't an "Oh, it's close enough" kind of thing.

Charles 
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to