Clemens Hermann <[EMAIL PROTECTED]> wrote:
>I want to evaluate the logs that are generated within ma LWQ-Setup. I am
>not really sure which log directory contains what.
>
>/var/loq/qmail
>/var/log/qmail/smtpd
>
>As one might guess the smtpd directory might contain any message that
>enters or leaves the mailserver via smtp, right?
Good guess, but it's wrong. The smtpd directory logs the output of the
tcpserver that handles port 25. It's pretty boring, it just shows who
connected and when. qmail-smtpd doesn't do any logging itself.
>But what is in the /qmail log-dir? Any mail that is processed, also
>the mails that do not come/go via smtp?
/var/log/qmail contains the qmail-send logs. This is where all the
important information about all delivery attempts is logged. See:
http://www.lifewithqmail.org/lwq.html#logs
For more details about the qmail-send logs.
>If I want to generate statistics and I use only the
>logs in /var/log/qmail (and I skip the ones in the smtpd subdir) do I
>then catch any mail that comes to/leaves/passes my server?
Yes.
-Dave