"Craig L. Ching" <[EMAIL PROTECTED]> wrote:
>k, thanks! If I remember correctly (I know, this is purely speculation!),
>this is pretty much what my smtpd log looked like, only I'm looking in
>/var/log/qmail/qmail-smtpd/current. I didn't realize there were logs in
>/service, so maybe I'll see something different there.
There's not really a standard location for logs. I suspect you were
looking in the right place.
>What should the
>smtpd do with the message if the log looks like this?
qmail-smtpd doesn't log anything. The log entries posted were from
tcpserver, which logs the SMTP connection, and qmail-send, which logs
the delivery.
If you want to see how the pieces fit together, check out:
http://Web.InfoAve.Net/~dsill/lwq.html#pictures
>Is it then processed
>by my /var/qmail/rc script?
No, the rc script just starts qmail.
>In that case (I'm using procmail right now,
>just trying to get this to work) should it then end up on my queue?
qmail-smtpd puts the message in the queue. qmail-send passes it off to
qmail-lspawn for local delivery. qmail-lspawn looks for a .qmail file
or uses the default delivery specification on the qmail-start command
line (from /var/qmail/rc) to determine how to deliver the message. If
it's to be delivered via procmail, qmail-local execs procmail.
-Dave