"jarrid jeeby" <[EMAIL PROTECTED]> wrote:

>>exec env - PATH="/var/qmail/bin:$PATH" \
>>   qmail-start " cat /var/qmail/control/defaultdelivery " \
>>   accustamp > /var/log/qmail.log &
>>or
>>   accustamp | splogger qmail &
>
>Implemented both but logs show nothing. (see below)

Hmm. I haven't actually tried logging directly to a file, so that
conceivably might not work according to plan, but the splogger method
is tried and true. If you're not seeing anything, you need to take a
look at your syslog.conf, probably in /etc. splogger logs to facility
2, by default, which is useally (always?) "mail". Look for a
syslog.conf entry containing "mail.debug". That's where your qmail
logs should be going. If there is no such entry, add one, point it to
a file, and "kill -HUP" the syslogd process.

>>What is tcpserver logging? What does you tcp.smtp look like?
>
>tcp.smtp is:
>127.:allow,RELAYCLIENT=""
>192.168.0.:allow,RELAYCLIENT=""
>:allow
>
>I output syslog to tty6 so the log is full of I/O errors (when I reboot).  
>All I get on tty6 is failed logins and cache cleanups by 'named'.

tcpserver doesn't log to syslog unless you use splogger. Same comments 
as above.

-Dave

Reply via email to